[Webkit-unassigned] [Bug 25062] The :hover pseudo-class is not triggered on scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 06:59:14 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=25062





--- Comment #7 from Alexander Shabanov <avshabanov at gmail.com>  2009-11-26 06:59:13 PST ---
I've attached xhtml that reproduces the problem.

Steps to reproduce:

1. Load kbd_move_hover.xhtml (attachment to this bug) in any webkit-based
browser (Safari, Chrome, Arora or WebKit launcher).
2. Click on the item with text "3 item" so it will gain focus. The hovered item
will be colored with a green color.
3. Start scroll using keyboard buttons: either up/down or page up/page down
keys.

Actual result:
When mouse cursor goes beyond a hovered item, it is still hovered.
As a result hovered item might go beyond the visible area in the list scrolled
by the keyboard keys.

Expected result:
A "hover" state corresponds to the item that is actually under mouse cursor
when scrolling is performed by the keyboard keys.
This is exactly as Firefox and Opera behave.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list