Open
Bug 1474200
Opened 7 years ago
Updated 3 years ago
Webextensions code windows ignore ui.caretBlinkTime
Categories
(Core :: Widget, defect, P3)
Tracking
()
NEW
People
(Reporter: erwinm, Unassigned)
References
Details
(Keywords: access)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Steps to reproduce:
I use Firefox's ui.caretBlinkTime to disable the blinding blinking cursor.
I also try to use Stylus, an add-on, to block certain migraine triggers which basic Firefox cannot block on its own.
Actual results:
Entering Stylus's coding window, I am hit with a blinking cursor.
Expected results:
If users switch ui.caretBlinkTime to disable the blinding cursor, nothing in Firefox, including add-ons, should inflict that cursor.
Comment 1•7 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
20180707220144
uBlock Origin 1.16.12
ui.caretBlinkTime = -1
On the My Filters tab, caret blinking is disabled for the search box, but not the filters box.
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Component: Untriaged → General
Ever confirmed: true
Keywords: access
OS: Unspecified → All
Product: Firefox → WebExtensions
Hardware: Unspecified → All
Summary: Stylus code windows ignore ui.caretBlinkTime → Webextensions code windows ignore ui.caretBlinkTime
Updated•7 years ago
|
Component: General → Widget
Product: WebExtensions → Core
Possibly related: https://bugzilla.mozilla.org/show_bug.cgi?id=1029684
Updated•6 years ago
|
Component: Widget → General
Product: Core → WebExtensions
Comment 3•6 years ago
|
||
We don't have anything to do with caret blink time. I don't know why this would affect only extension windows, but it seems pretty clearly a widget bug.
Component: General → Widget
Product: WebExtensions → Core
Comment 4•6 years ago
|
||
The priority flag is not set for this bug.
:jimm, could you have a look please?
Flags: needinfo?(jmathies)
Comment 5•6 years ago
|
||
I'm in this code for win32k lockdown related work, I'll poke around.
Depends on: 1382326
Flags: needinfo?(jmathies)
Updated•6 years ago
|
Priority: -- → P3
Related: bug 1029684 which refers to OS-wide settings in Windows; these do not exist in MacOS.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•