[Webkit-unassigned] [Bug 109281] Cursor blinking should respect NSTextInsertionPointBlinkPeriod

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 18:22:10 PST 2013


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cursor's blinking should    |Cursor blinking should
                   |respect system-wide         |respect
                   |settings                    |NSTextInsertionPointBlinkPe
                   |                            |riod
             Status|UNCONFIRMED                 |NEW
           Priority|P2                          |P4
          Component|Platform                    |Layout and Rendering
                 CC|                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  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>.

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