inline preview widget should not be a valid target for preview popup/tooltip
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox-esr115 unaffected, firefox121 unaffected, firefox122 unaffected, firefox123 verified, firefox124 verified)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox121 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | --- | verified |
firefox124 | --- | verified |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
STRs:
- Load http://janodvarko.cz/firebug/tests/601/Issue601.htm
- Create BP on line 44
- Click the POST button on the page to hit the BP
- There should be inline preview for line 43, hover over it the tooltip says
undefined
=> BUG
Honza
Assignee | ||
Comment 1•1 year ago
|
||
Which variable are you hovering Honza?Asking because I do see a preview for date
Reporter | ||
Comment 2•1 year ago
|
||
I am hovering over the inline preview itself. See the attached screenshot.
Assignee | ||
Comment 3•1 year ago
|
||
oh right, I thought we took care of that, I probably regressed it, I'll have a look
Assignee | ||
Comment 4•1 year ago
|
||
I regressed it in Bug 1872715 . The funny thing is that we do have an assertion testing it (https://searchfox.org/mozilla-central/rev/47b65cbe249613b9af936cd4660789bb642a8e30/devtools/client/debugger/test/mochitest/browser_dbg-inline-preview.js#71-100), but the test is completely disabled :/ https://searchfox.org/mozilla-central/rev/47b65cbe249613b9af936cd4660789bb642a8e30/devtools/client/debugger/test/mochitest/browser_aj.toml#262-263
["browser_dbg-inline-preview.js"]
skip-if = ["true"] # bug 1607636
Assignee | ||
Comment 5•1 year ago
|
||
The popup was displayed when hovering inline preview.
We move the assertion done in browser_dbg-inline-preview.js in browser_dbg-preview
as 1. it's where we run all the preview popup check, and 2. browser_dbg-inline-preview.js
is completely disabled (bug 1607636).
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Set release status flags based on info from the regressing bug 1872715
Comment 8•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Reproducible on a 2024-01-17 Nightly build on Windows 10.
Verified as fixed on Firefox 123.0b9 on and Nightly 124.0a1 on Windows 10, macOS 12, Ubuntu 22.
Description
•