[Webkit-unassigned] [Bug 106470] REGRESSION(136642): cursor stops blinking after clicking on scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 10:43:48 PST 2013


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cursor stops blinking after |REGRESSION(136642): cursor
                   |clicking on scrollbar       |stops blinking after
                   |                            |clicking on scrollbar
         AssignedTo|webkit-unassigned at lists.web |esprehn at chromium.org
                   |kit.org                     |




--- Comment #2 from Ojan Vafai <ojan at chromium.org>  2013-01-09 10:45:41 PST ---
The problem is that we're now calling setCaretBlinkingSuspended(true) on mousedown without calling the corresponding setCaretBlinkingSuspended(false) on mouseup in EventHandler.cpp.

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