[Webkit-unassigned] [Bug 45692] REGRESSION (r63339?): Mouse cursor disappears when holding mouse button down on page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 11:54:21 PST 2010


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





--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2010-12-14 11:54:21 PST ---
For posterity:

If you want to set a breakpoint when someone calls SetCusor(0), you can do it like this:

1. Add a new function breakpoint for {,,user32.dll}_NtUserSetFocus at 4
2. Set the condition on the breakpoint to be: *(int*)(esp+4) == 0

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