"Copy all Messages" does not work in Browser Console
Categories
(DevTools :: Console, defect)
Tracking
(firefox-esr91 unaffected, firefox-esr102103+ fixed, firefox101 wontfix, firefox102 wontfix, firefox103 fixed)
People
(Reporter: alice0775, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-esr102+
|
Details |
Steps to reproduce:
- Open Browser Console (Ctrl+Shift+J)
- Right click on a error(warning) message
- Select "Copy all Messages"
- Paste to text editor
Actual Results:
Nothing was copied.
An error appears when selecting "Copy all Messages"
TypeError: can't access property "store", toolbox is null context-menu.js:341:42
Expected Results:
All Messages ware copied.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=6afa33fe61fdd03767a9dab72be802864f4d1935&tochange=8082e637aa56b75dd24ebc38ed0684036329811c
Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
:nchevobbe, since you are the author of the regressor, bug 1764236, could you take a look?
For more information, please visit auto_nag documentation.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
We don't have a toolbox in the Browser Console, so we don't
need to have a Provider for its store.
A simple test is added, just checking that the action was
triggered.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 6•2 years ago
|
||
Nicolas , can this uplift to ESR102?
Assignee | ||
Comment 7•2 years ago
|
||
Comment on attachment 9281755 [details]
Bug 1773879 - [devtools] Fix Copy all Message context menu action in Browser Console. r=jdescottes.
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Browser Console is used by Firefox engineers and Addon Developers, and we often advertise this feature for people reporting issues
- User impact if declined: Users can't use the "Copy All Messages" action in the Browser Console
- Fix Landed on Version: 103
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Simple couple line fix, only impacting this specific action; covered by an automated test
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Comment on attachment 9281755 [details]
Bug 1773879 - [devtools] Fix Copy all Message context menu action in Browser Console. r=jdescottes.
Approved for ESR102.1, thanks.
Comment 10•2 years ago
|
||
bugherder uplift |
Description
•