Closed
Bug 322029
Opened 20 years ago
Closed 20 years ago
hover that changes link decoration causes rendering error on following text
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300982
People
(Reporter: logan.d.shaw, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.23 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20051231 Firefox/1.6a1
If you CSS "a:hover { text-decoration: none; }" (i.e. set up a
link so that its decoration changes on hover), moving the mouse
on and off the link causes the text *after* the linked text but
before end-of-line to be drawn incorrectly. Specifically, it
gets drawn with an overstrike-like effect.
Reproducible: Sometimes
Steps to Reproduce:
1. Move mouse on and off linked text.
2. Watch text immediately after linked text.
3. If the bug doesn't occur, try changing the width of the window or font
size so that the text is flowed differently.
Actual Results:
Text after linked text gets an overstrike-like effect, making
it very heavy (and slightly distorted).
Expected Results:
Text after linked text should be unaffected; only the linked text's
rendering should change when hovering over it.
I'll be adding the offending HTML as an attachment in case
I can't host it at the indicate URL forever.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 300982 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•