Closed
Bug 1904339
Opened 1 year ago
Closed 1 year ago
Watch expression input is missing focus indicator
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When focused, the input doesn't have a focus indicator, it should have one
| Assignee | ||
Comment 1•1 year ago
|
||
The component used to set a focused class on the input container, which we
don't rely on anymore for styling the input.
This means we can remove the focused state property that was handling the
focused state.
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fccda4fb31f
[devtools] Add focus indicator on Watch expression input. r=devtools-reviewers,ochameau.
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•