NEW 17054
WebKit should ignore :hover on a <FONT> element when in quirksmode
https://bugs.webkit.org/show_bug.cgi?id=17054
Summary WebKit should ignore :hover on a <FONT> element when in quirksmode
Anantha Keesara
Reported 2008-01-28 17:38:59 PST
I. Steps: 1. Go to: http://astrocentro.terra.es/terra/ 2. a.) Hover the text of different sections under "iDESCRUBE" b.) Hover over the dropdown menus of "Sexo" or "Fecha de Nacimiento". II.Issue: issue 1) Notice that the text gets bold on mouseover issue 2) Hover the dropdowns and notice their shifting from the original position III. Other browsers FF, IE: Rollover effect is not shown in IE and FF as the website is written in Quirks mode. Safari, Opera: Safari shows the rollover in both quirks and standards mode. IV. Expected: Safari should not show the rollover effect in quirks mode. It looks like other browsers ignore :hover on a <FONT> element when in quirksmode. WebKit should probably do the same. IV. Webkit Nightly tested: r29807
Attachments
Reduction in standards mode (343 bytes, text/html)
2008-01-28 17:41 PST, Anantha Keesara
no flags
Reduction for case2 in standards mode (320 bytes, text/html)
2008-01-28 17:42 PST, Anantha Keesara
no flags
Reduction for case1 in quirks mode (326 bytes, text/html)
2008-01-28 17:42 PST, Anantha Keesara
no flags
Reduction for case2 in quirks mode (303 bytes, text/html)
2008-01-28 17:43 PST, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-01-28 17:41:14 PST
Created attachment 18748 [details] Reduction in standards mode
Anantha Keesara
Comment 2 2008-01-28 17:42:08 PST
Created attachment 18749 [details] Reduction for case2 in standards mode
Anantha Keesara
Comment 3 2008-01-28 17:42:59 PST
Created attachment 18750 [details] Reduction for case1 in quirks mode
Anantha Keesara
Comment 4 2008-01-28 17:43:19 PST
Created attachment 18751 [details] Reduction for case2 in quirks mode
Dave Hyatt
Comment 5 2008-01-28 19:15:38 PST
I do not believe that we should fix this bug. We do have a quirk, but only for fully unqualified :hover. In this case the hover is explicitly tied to a class and that class is set on the element. I do not think we should extend the hover quirk further.
Note You need to log in before you can comment on or make changes to this bug.