Add a test for logging in Responsive Design Mode
Categories
(DevTools :: Console, task, P3)
Tracking
(firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: cgatesman, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
Firefox 81.0b9 on macOS
- Open a webpage in a new tab
- Switch to Responsive Design Mode
- Open DevTools Console
- Enter "console.log('test');" in the Console
- Note there is no output.
Note, this test will work if you have the Console open before turning on Responsive Design Mode.
Actual results:
console.log(), console.warn(), console.error() calls produce no output in the console.
Expected results:
You should see console.log() ouput.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Assignee | ||
Comment 2•5 years ago
|
||
I can reproduce this on 81.
Note that error messages aren't displayed either.
Assignee | ||
Comment 3•5 years ago
|
||
mozregression gave me this range: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=069bb8bd2356b4d5738e1cec37bf561c24c0f923&tochange=b0888d07df690ed43df31a2b013d12464b183a30
This might be caused by Bug 1642295, I'll investigate.
Assignee | ||
Comment 4•5 years ago
|
||
So, it looks like this was fixed by Bug 1661569, which landed in Firefox 82.
I'll use this bug to add a test for logging while RDM is enabled
Assignee | ||
Comment 5•5 years ago
|
||
This wasn't tested before, and a regression slipped through (that was luckily
fixed by Bug 1664493).
This should prevent future breakages.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Description
•