Bug 39501
Summary: | CSS :hover pseudo-class + select[multiple]. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dmitry Stepanov <dmitrij> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Major | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://www.stepanov.lv/pub/webkit/bugs/hover_on_select.html |
Dmitry Stepanov
Webkit incorrectly registers hover event on select[multiple] tag. Check attached URL to see the bug in action.
When hovering select, it's text should be colored in red. Note, that color does not change when mouse is being held over option's text. When mouse ptr is held over scrollbar or blank select's area, then :hover style is being applied correctly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 27738 ***