[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
Thu Nov 8 16:06:43 PST 2012


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


Aivo Paas <aivopaas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aivopaas at gmail.com




--- Comment #2 from Aivo Paas <aivopaas at gmail.com>  2012-11-08 16:08:19 PST ---
The reason why cursors are not changed when mouse is down is that changing cursors is done with faking a mousemove event (that's bringing up bug 85343). And because the fake event is not fired while a mouse button is pressed, there will be no cursor change happening. I have fixed that - replaced the use of fake mousemove event with a proper cursor changing logic. I will propose a patch as soon as I have my environment set up correctly to review my own code and hopefully even add some tests.

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