Deprecation warning in scratchpad does not work as a link to more information
Categories
(DevTools Graveyard :: Scratchpad, defect, P1)
Tracking
(firefox-esr60 unaffected, firefox-esr68 unaffected, firefox69 unaffected, firefox70 unaffected, firefox71 fixed)
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
BUILD: Today's (Sept 25) Mac nightly
STEPS TO REPRODUCE:
- Start browser.
- Go to Tools > Web Developer > Scratchpad in the main menu
- In the window that pops up, click the "Learn more...." text in the yellow deprecation infobar.
EXPECTED RESULTS: I learn more.
ACTUAL RESULTS: Nothing happens, and I remain ignorant.
![]() |
Reporter | |
Comment 1•5 years ago
|
||
These steps also show the problem:
- Start browser.
- Go to Tools > Web Developer > Browser Toolbox in the main menu
- Select "Scratchpad" tab.
- Click the "Learn more...." text in the yellow deprecation infobar.
Assignee | ||
Comment 2•5 years ago
|
||
I can reproduce. using mozregression I was able to narrow it down to this pushlog https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=de5a09d263ff557012c5872a9edfb276ca1e353f&tochange=5ac55079c87e4cd25eafafa8662594b4a2917dcc
Bug 1553804 looks like a solid candidate for this regression
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Bug 1553804 made opening a content page from a Chrome
document a no-op, which broke the deprecation warning
in the Scratchpad window.
We switch to a JS solution using openDocLink on link
click.
I tried playing with rel=noopener, but the opened link
was about:blank for some reason I can't explain.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Description
•