Closed
Bug 1477936
Opened 3 years ago
Closed 1 year ago
Document node not highlighted in inspector from Accessibility tab
Categories
(DevTools :: Accessibility Tools, defect)
DevTools
Accessibility Tools
Tracking
(firefox-esr52 wontfix, firefox-esr60 wontfix, firefox61 wontfix, firefox62 wontfix, firefox63 wontfix, firefox76 fixed)
VERIFIED
FIXED
Firefox 76
People
(Reporter: cfogel, Assigned: yzen)
Details
Attachments
(2 files)
[Affected versions]: -Firefox 61.0.1, 62.0b10, 63.0a1 (2018-07-23), 52.8.0esr, 60.0.2esr [Affected platforms]: - win 10x64, macOS 10.13.4, Ubuntu 16.04LTS [Steps to reproduce]: 1. Launch Firefox; 2. Enable DevTools(F12 key) - Accessibility tab(F1 key,turn on the tool); 3. Click on the Accessibility tab; 4. Click on the Turn on accessibility features button; 5. Click on the 1st item in the list (document:); 6. Click on the node select square for the DOMNode; [Expected result]: - the inspector tab is displayed and(probably)the document tag (<!DOCTYPE html>) is selected+highlighted [Actual result]: - either body or last inspected element is highlighted; the css properties sections are empty. [Additional notes]: - attached screen recording with the issue; - the properties for the highlighted element are not displayed if clicked over, only when the element is re-inspected or another one selected and navigated back to the desired one in inspector; - error message displayed in the console: TypeError: "container.editor is undefined";
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by yura.zenevich@gmail.com: https://hg.mozilla.org/integration/autoland/rev/9bef02f44365 fixing document node highlighting in accessibility panel. r=mtigley
Comment 3•1 year ago
|
||
Backed out changeset 9bef02f44365 for causing dt failures in browser_accessibility_fission_switch_target.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/f43df3fc4e5d3a93781a746c8464efe0f0319dc9
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=294142911&repo=autoland&lineNumber=3365
Flags: needinfo?(yzenevich)
Pushed by yura.zenevich@gmail.com: https://hg.mozilla.org/integration/autoland/rev/f3aefb524279 fixing document node highlighting in accessibility panel. r=mtigley
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(yzenevich)
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
Updated•1 year ago
|
Updated•1 year ago
|
QA Whiteboard: [qa-76b-p2]
QA Contact: cristian.fogel
| Reporter | ||
Comment 6•1 year ago
|
||
Marking as verified for the current release build(77.0.1) - confirmed on Windows 10, macOS 10.15.5, Ubuntu 18.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•