WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
109281
Cursor blinking should respect NSTextInsertionPointBlinkPeriod
https://bugs.webkit.org/show_bug.cgi?id=109281
Summary
Cursor blinking should respect NSTextInsertionPointBlinkPeriod
NN
Reported
2013-02-08 03:38:03 PST
To reproduce: 1. In terminal enter: defaults write -g NSTextInsertionPointBlinkPeriod -int 100000000 defaults write -g CursorBlink -string 0 2. Re-login?, restart browser 3. Open any webpage with input/textarea fileds and try to type some text 4. See if cursor is blinking after you stop typing Cursor should stop blinking in text fields, but it doesn't. Affects Safari, Chrome and webviews inside apps.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-02-11 18:24:24 PST
Yes, RenderTheme hardcodes the interval to 0.5.
> defaults write -g NSTextInsertionPointBlinkPeriod -int 100000000
This is not a perfect way to disable blinking. The value is in milliseconds, and equals ~27 hours. So after this period, the cursor will disappear.
> defaults write -g CursorBlink -string 0
This is a preference of Terminal.app that should have no effect on other applications. For Apple employees, see also <
rdar://problem/13196044
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug