Bug 106470 - Cursor stops blinking after clicking on scrollbar
Summary: Cursor stops blinking after clicking on scrollbar
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Sprehn
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-01-09 10:25 PST by Ojan Vafai
Modified: 2013-01-16 17:22 PST (History)
4 users (show)

See Also:


Attachments
test case (286 bytes, text/html)
2013-01-09 10:25 PST, Ojan Vafai
no flags Details
Patch (1.48 KB, patch)
2013-01-16 16:36 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff
Patch (2.28 KB, patch)
2013-01-16 16:47 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2013-01-09 10:25:41 PST
Created attachment 181943 [details]
test case

See attached test-case.
Comment 1 Ojan Vafai 2013-01-09 10:26:13 PST
Happens in textareas as well.
Comment 2 Ojan Vafai 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.
Comment 3 Radar WebKit Bug Importer 2013-01-09 10:48:49 PST
<rdar://problem/12982203>
Comment 4 Elliott Sprehn 2013-01-16 15:43:10 PST
I'm seeing this same behavior from shipping Safari, Chrome, and as far back in the nightlies as I can on 10.8 @ r122661 on 2012-07-14. I don't think this is a regression. Does anyone know when this worked before?
Comment 5 Elliott Sprehn 2013-01-16 15:57:46 PST
I downloaded Chrome 8 and this reproduces there too, so I think the answer to how long this has been broken is forever.
Comment 6 Elliott Sprehn 2013-01-16 16:36:23 PST
Created attachment 183059 [details]
Patch
Comment 7 Elliott Sprehn 2013-01-16 16:47:48 PST
Created attachment 183061 [details]
Patch
Comment 8 WebKit Review Bot 2013-01-16 17:22:45 PST
Comment on attachment 183061 [details]
Patch

Clearing flags on attachment: 183061

Committed r139939: <http://trac.webkit.org/changeset/139939>
Comment 9 WebKit Review Bot 2013-01-16 17:22:49 PST
All reviewed patches have been landed.  Closing bug.