Open
Bug 1678343
Opened 4 years ago
Updated 4 years ago
The element delimitation and node names are displayed under doorhangers when inspecting them using the Browser Toolbox
Categories
(DevTools :: Inspector, defect)
Tracking
(firefox-esr78 unaffected, firefox83 wontfix, firefox84 wontfix, firefox85 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | wontfix |
firefox84 | --- | wontfix |
firefox85 | --- | fix-optional |
People
(Reporter: cmuresan, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Affected versions]:
- Firefox Nightly 85.0a1, Build ID 20201118215158
[Affected Platforms]:
- Windows 10
- macOS 10.15
- Linux MX 4.19
[Prerequisites]:
- Have a new Firefox profile.
- Have the
Enable browser chrome and add-on debugging toolboxes
andEnable remote debugging
options checked in theSettings
pane of the Browser Web Console.
[Steps to reproduce]:
- Open the browser with the profile from prerequisites.
- Open the Browser Toolbox (CTRL/CMD+ALT+SHIFT+I). (or Tools -> Web Developer -> Browser Toolbox)
- Click the
Customize Developer Tools and Get Help
button and enable theDisable Pop-up Auto Hide
option. - Trigger one of the Browser doorhangers (eg. Save to Pocket, Downloads, Library, a CFR).
- Click the
Pick an element from the page
button and hover an element from the doorhanger. - Observe the behavior.
[Expected results]:
- The element delimitation and node name are displayed over the doorhanger.
[Actual results]:
- The element delimitation and node name are under the doorhanger.
[Regression Window]:
- 42:07.25 INFO: Last good revision: bfe1e7725ac66482971c932ec5ffae0038aaad6e
- 42:07.25 INFO: First bad revision: a05fbae74197b3e9e69f5e0003026451a82bf9cd
- 42:07.25 INFO: Pushlog:
- https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=bfe1e7725ac66482971c932ec5ffae0038aaad6e&tochange=a05fbae74197b3e9e69f5e0003026451a82bf9cd
[Notes]:
- No errors in the Browser Console.
- Attached a screen recording of the issue.
Reporter | ||
Comment 1•4 years ago
|
||
I'm not sure which of the two bugs from the pushlog (Bug 1650094 or Bug 1648161) has caused this and I'm also not sure which component would be more suitable, but I went with Inspector.
@Yura, could you please take a look at this, change the component if needed, and mark the corresponding bug as a regressor?
Flags: needinfo?(yura.zenevich)
Comment 2•4 years ago
|
||
I think this is regressed by bug 1650094 , though both patches/bugs were part of the same scope of work. Looks like highlighting and Browser Toolbox Inspector tree updating works and this is the case of z-index for the frame that draws the highlighter.
Regressed by: 1650094
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Flags: needinfo?(yura.zenevich)
You need to log in
before you can comment on or make changes to this bug.
Description
•