[Webkit-unassigned] [Bug 53341]=?UTF-8?Q?=20Changing=20CSS=20cursor=20style=20doesn=E2=80=99t=20have=20any=20effect=20while=20the=20mouse=20is=20down?=.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 01:40:05 PST 2013


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





--- Comment #14 from Aivo Paas <aivopaas at gmail.com>  2013-02-17 01:42:24 PST ---
(In reply to comment #13)
> I think you’re overreacting here. We’re trying to decide *what* change to make. I suggested an option where the cursor could indeed be changed.

Sorry, I didn't read that out from your comments, maybe the wording wasn't clear.

Currently WebKit does update cursor on moving mouse while a button is pressed, but does not if mouse is idle. So, the patch in bug 101857 only changes behavior when mouse button is pressed and mouse not moved. To cause a cursor change under those conditions you can do it by a timer or in mousedown handler. Both cases are not reflected until you move the mouse and there should be no question about if it is a bug or not. And the patch doesn't basically change anything more than bypass the check that disabled updating cursor while button is held down. Regular mousemove didn't have that check but the fake mousemove event used on style changes, does.

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