Closed
Bug 178436
Opened 23 years ago
Closed 23 years ago
imagemaps "coords" in wrong order
Categories
(Bugzilla :: Reporting/Charting, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vallot, Assigned: gerv)
Details
I have just set up my own bugzilla site (RH7.2), and dependency graph image maps
have their "coords" attribute in the wrong order.
Example:
===
<area name="bug 20" shape="rect" href="http://mm/bugzilla/show_bug.cgi?id=20"
coords="17,125,89,77">
===
it should be: coords="17,77,89,125"
it was disappointing, because IE is able to deal with such an erroneous map!
(see bug 152375 on Mozilla Browser bug list)
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Comment 1•23 years ago
|
||
Bugzilla's dependency graphs are generated by a program called webdot, which is
external to Bugzilla.
This works correctly with the dot program supplied with the current version of
Graphviz, so I'm assuming this is something they've fixed in the current version.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 2•23 years ago
|
||
ok, there's some question on this is some circumstances after all, but looks
like this is being taken care of on bug 154500.
Comment 3•23 years ago
|
||
clearing milestone on all DUPLICATE/WONTFIX/WORKSFORME/INVALID so they'll show
up as untriaged if they get reopened. "Jiminy Cricket!" for the filters (and I
don't care if it's spelled wrong ;)
Target Milestone: Bugzilla 2.18 → ---
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•