Closed Bug 10144 Opened 26 years ago Closed 26 years ago

graphic hot spots show borders

Categories

(Core :: Layout, defect, P3)

Other
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: joeyb, Assigned: peterl-retired)

References

()

Details

Attachments

(1 file)

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
QA Contact: leger → elig
QA Assigning to self for investigation.
Assignee: chofmann → rickg
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!
Component: other → Parser
[Guessing component of Parser.]
Assignee: rickg → peterl
Component: Parser → Layout
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.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Before I verify this, I'm re-opening it to ask: What was actually the problem? Thanks!
Status: REOPENED → RESOLVED
Closed: 26 years ago26 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.
Status: RESOLVED → VERIFIED
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.

Attachment

General

Creator:
Created:
Updated:
Size: