[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:56:51 PST 2009


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





--- Comment #6 from Alexander Shabanov <avshabanov at gmail.com>  2009-11-26 06:56:49 PST ---
Created an attachment (id=43920)
 --> (https://bugs.webkit.org/attachment.cgi?id=43920)
shows issue with triggering hover pseudoclass


Steps to reproduce:

1. Load kbd_move_hover.xhtml 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
shall 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, so it does not hovered any more
the hover does not dispelled from the mentioned item.
An item that is actually hovered does not marked with ":hover" state.
As a result hovered item might go beyond the visible area in the list scrolled
by the keyboard key.

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 behaves.

-- 
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