The mouse cursor disappears when closing a tab with ^W if hide-cursor-while-typing is enabled
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: eijebong, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Steps to reproduce:
- Click on
+
to open a new tab - Without moving your mouse, press ^W to close the newly opened tab
The cursor disappears but the +
button gets highlighted back
Comment 1•1 month ago
|
||
Yea so this is because the urlbar has focused and thus the editor event listener handles the event.
Maybe we shouldn't hide the cursor if the keyboard event has modifiers, wdyt masayuki?
It'd be a simple extra check here.
Comment 2•1 month ago
|
||
Set release status flags based on info from the regressing bug 1852365
Updated•1 month ago
|
Comment 3•1 month ago
|
||
I think No because editing shortcut keys shouldn't cause showing the caret. I wonder, when an editor blurs, the cursor should be shown with a short delay? (Immediately doing it could cause flickering caret when user does Tab
key navigation between multiple <input>
.)
Comment 4•1 month ago
|
||
To be clear this is not about the caret, but the mouse cursor, right? Right now the cursor gets re-shown on mousemove which I think is fine.
Comment 5•1 month ago
|
||
Err, yes, the mouse cursor. My brain just hasn't been clear yet.
Updated•1 month ago
|
Comment 6•20 days ago
|
||
Set release status flags based on info from the regressing bug 1852365
Updated•7 days ago
|
Description
•