VERIFIED FIXED 7218
Text underlined on mouse over
https://bugs.webkit.org/show_bug.cgi?id=7218
Summary Text underlined on mouse over
Alexey Proskuryakov
Reported 2006-02-12 12:28:34 PST
At this site, article text gets underlined when the mouse pointer is moved over it. This doesn't look like an intended effect, and doesn't happen in Firefox.
Attachments
Reduced testcase (168 bytes, text/html)
2006-02-12 12:52 PST, mitz
no flags
Possible fix (1.55 KB, patch)
2006-02-13 13:27 PST, mitz
no flags
Added layout test and changelog (6.95 KB, patch)
2006-02-14 11:42 PST, mitz
mjs: review+
mitz
Comment 1 2006-02-12 12:52:50 PST
Created attachment 6437 [details] Reduced testcase
Joost de Valk (AlthA)
Comment 2 2006-02-12 13:01:43 PST
Both Opera and Win IE don't do anything on hover either... Think we should fix this.
mitz
Comment 3 2006-02-13 13:27:18 PST
Created attachment 6466 [details] Possible fix Apparently *:hover and *:active never match anything in quirks mode in Firefox and IE. If the fix looks right, please r- and I will add a testcase and a ChangeLog entry.
Dave Hyatt
Comment 4 2006-02-13 13:29:51 PST
Comment on attachment 6466 [details] Possible fix Yup, that's absolutely right.
mitz
Comment 5 2006-02-13 13:31:55 PST
Comment on attachment 6466 [details] Possible fix Removing r+ so that it dosn't show in the commit queue until I add a layout test and changelog.
mitz
Comment 6 2006-02-14 11:42:21 PST
Created attachment 6485 [details] Added layout test and changelog
Maciej Stachowiak
Comment 7 2006-02-14 22:44:13 PST
Comment on attachment 6485 [details] Added layout test and changelog r=me
mitz
Comment 8 2006-02-17 00:24:15 PST
*** Bug 3578 has been marked as a duplicate of this bug. ***
mitz
Comment 9 2006-02-17 15:29:32 PST
The fix for this bug caused bug 7327.
Note You need to log in before you can comment on or make changes to this bug.