Bug 4221 - REGRESSION: Elements act as if in :hover meta-class during page load although they aren't
Summary: REGRESSION: Elements act as if in :hover meta-class during page load although...
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 08:40 PDT by mitz
Modified: 2005-07-30 15:10 PDT (History)
0 users

See Also:


Attachments
testcase (1.38 KB, text/html)
2005-07-30 08:41 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2005-07-30 08:40:16 PDT
Summary: When loading a page, CSS selectors of the form ".class_one:hover .class_two" match class_two 
elements inside non-hovered class_one elements. Matching appears to be random.

To reproduce: Open the testcase. Reload. Repeat.

Expected: Nothing to be red.

Actual: Apparently at random, on some lines (about 50% in average), "or I will turn red" is red.
Comment 1 mitz 2005-07-30 08:41:33 PDT
Created attachment 3155 [details]
testcase