Open
Bug 1345482
Opened 9 years ago
Updated 3 years ago
Regression Enter in inspector doesn't work sometimes
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox52 wontfix, firefox-esr52 fix-optional, firefox53 wontfix, firefox54 fix-optional, firefox56 wontfix, firefox57 wontfix)
NEW
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | wontfix |
| firefox-esr52 | --- | fix-optional |
| firefox53 | --- | wontfix |
| firefox54 | --- | fix-optional |
| firefox56 | --- | wontfix |
| firefox57 | --- | wontfix |
People
(Reporter: 684sigma, Unassigned)
References
Details
(Keywords: regression)
I have a problem with Firefox Beta 52. It doesn't happen in Firefox ESR 45.
Sometimes Enter doesn't work in inspector to edit text, so I have to doubleclick on text node.
It happens unpredictably, however, I noticed one specific scenario when it happens
1. Open https://www.w3schools.com/html/HTML5_video.asp
2. Inspect text "HTML5" in "HTML5 Tutorial" on the page
3. Press down arrow to select text node "Tutorial" in inspector, then Enter to edit text node
Result: Nothing happens it seems
Expected: Inspector should start editing the text node
Blocks: 1242694
Status: UNCONFIRMED → NEW
Has Regression Range: --- → yes
Has STR: --- → yes
Component: Untriaged → Developer Tools: Inspector
Ever confirmed: true
Version: 52 Branch → 49 Branch
status-firefox52:
--- → affected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Flags: needinfo?(yzenevich)
Keywords: regression
Updated•9 years ago
|
Priority: -- → P3
Comment 1•9 years ago
|
||
I'm not sure it's really a bug, but yes the behaviour changed. What happens is that first enter focuses on the tag, second - put it in the edit mode. I think it is a little confusing because this is just a leaf text node.
First enter is equivalent to a single mouse click on the text node. Second enter - the double click.
Focus state is redundant here because there's nothing to tab over (unlike typical tags). But it is also reasonable to have a consistent keyboard behaviour around all inspector tree nodes.
Flags: needinfo?(yzenevich)
Comment 2•9 years ago
|
||
I guess simple text nodes can be an exception.
Updated•9 years ago
|
Comment 3•9 years ago
|
||
Too late for a fix for 53, fix-optional for 54, minor carryover regression.
Updated•8 years ago
|
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
status-firefox55:
wontfix → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•