Closed
Bug 16053
Opened 26 years ago
Closed 26 years ago
extraneous image borders in tables
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
People
(Reporter: dr, Assigned: buster)
References
()
Details
Attachments
(2 files)
<td><img ...></td> gives the image a border when clicked, even when the border
width is explicitly 0.
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Assignee: karnaze → kipp
Comment 3•26 years ago
|
||
This isn't a table problem. The same behavior occurs by putting the image
inside a <div>. Kipp, I'm not sure who should get this.
Comment 4•26 years ago
|
||
Comment 5•26 years ago
|
||
Speculation: could the underlying cause of this also be the underlying cause of
Bug 16505, where the <HR>s in bugzilla show_bug.cgi output pages get blue
rectangles surrounding them when clicked on, and the blue rectangles move to
follow clicks on other <HR>s on the page?
Created a two-image testcase to check this hunch. When one image in this
testcase gets a click, it gets a blue border. When the other image gets
a click, IT gets the blue border, and the blue border surrounding the
first image disappears.
The word that comes to mind is ... focus.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Marking as verified duplicate of 12764.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•