Closed
Bug 99283
Opened 23 years ago
Closed 23 years ago
image focus display wrong
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
People
(Reporter: hujian, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID:
if user use tab key to move focus, when the focus is on the image,
the focus rectangle is not the same size with the image. The focus
rectangle is only at the bottom of image. Only use tab key will
produce this. If you use mouse to click it, everything is OK.
Reproducible: Always
Steps to Reproduce:
1.open a webpage with a image anchor
2.use tab key to move the focus on the image
3.you will find the problem
Actual Results: the focus rectangle on the image is wrong
Expected Results: the focus rectangle of image should have the same size with
image
Comment 1•23 years ago
|
||
This is probably due to the fact that we're putting the focus rect on the <a>
element instead of the image itself... and the <a> is not the size of the image.
Comment 2•23 years ago
|
||
This may be a dupe of Bug 58456
If so, someone please mark as such, thanks.
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 58456 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•