Bug 27738 - CSS hover is not in effect when mousing over select options in a large select box
Summary: CSS hover is not in effect when mousing over select options in a large select...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
: 39501 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-27 15:14 PDT by jasneet
Modified: 2022-07-11 16:52 PDT (History)
5 users (show)

See Also:


Attachments
testcase (945 bytes, text/html)
2009-07-27 15:14 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-07-27 15:14:15 PDT
Created attachment 33574 [details]
testcase

I Steps:
1. Go to attached testcase
2. Hover your mouse over the large select box options.

II Issue:
The CSS pseudo-class 'hover' should still be in effect.
As you hover over the box's scroll bar, the hover is still in effect. However, as soon as you hover over an option, the effect stops. The smaller select box is there merely to illustrate the effect works correctly for ones that drop down.

III Other Browsers:
IE7: ok
FF3: ok

IV Nightly tested: 46256

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14633
Comment 1 Alexey Proskuryakov 2010-05-21 14:49:28 PDT
*** Bug 39501 has been marked as a duplicate of this bug. ***
Comment 2 Brent Fulgham 2022-07-11 16:52:10 PDT
Safari, Chrome, and Firefox show the same rendering behavior for this test case. I do not believe any further compatibility issue remains.