Closed
Bug 10144
Opened 26 years ago
Closed 26 years ago
graphic hot spots show borders
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: joeyb, Assigned: peterl-retired)
References
()
Details
Attachments
(1 file)
|
199 bytes,
text/plain
|
Details |
The blue borders around the graphic hotspots should not be visible on this page.
They do not appear with NN or IE.
http://notes.net/welcome.nsf
Updated•26 years ago
|
QA Contact: leger → elig
Comment 1•26 years ago
|
||
QA Assigning to self for investigation.
Updated•26 years ago
|
Assignee: chofmann → rickg
Comment 2•26 years ago
|
||
I believe the HTML generated by the JavaScript on this page is invalid; it uses
"border=no" to define that no borders should exist:
"<img src= "/files.nsf/Lookup/btndown_1298/$file/btndown_1298.GIF" height=
128 width=128 border=no alt="Domino/Notes Download" ></A>"
However, the %Length entity of the Border attribute only allows pixel or
percentage lengths (p. 274 from HTML 4 spec).
Assigning to rickg to determine how to deal with this.
------
Also, Joey, in the future, please do submit bugs that are consistent with the
Mozilla QA Bug Writing Guidelines, http://www.mozilla.org/quality/bug-writing-
guidelines.html. Thanks!
Updated•26 years ago
|
Component: other → Parser
Comment 3•26 years ago
|
||
[Guessing component of Parser.]
Peter -- I'm handing this to you since it's likely 1) a css bug or 2) a
rendering bug (I'm guessing #2). Please take a look at my reduced case,
attached.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Comment 6•26 years ago
|
||
Before I verify this, I'm re-opening it to ask:
What was actually the problem?
Thanks!
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
| Assignee | ||
Comment 7•26 years ago
|
||
The problem was that the attribute handling code for IMG saw the value of "no"
as illegal and ignored it (using CSS logic for error handling, since this is
undefined in HTML). Now it treats illegal values as 0 like Nav does.
BTW: please don't re-open bugs just to ask questions, re-open it if it needs to
be re-addressed. Re-opening it means that it wasn't really fixed, or that
it broke again.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Verified fixed (no blue border, same HTML) using:
7.27.99 8:00 Win32 build
7.28.99 8:00 AM Mac OS build
7.27.99 11:00 AM Linux build
You need to log in
before you can comment on or make changes to this bug.
Description
•