Closed
Bug 734670
Opened 13 years ago
Closed 12 years ago
Accessing the Web Console from a popup window doesn't show the Net/CSS/JS/Logging/Position/Filter/Clear/Close buttons
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaws, Unassigned)
Details
Attachments
(1 file)
96.13 KB,
image/png
|
Details |
Accessing the Web Console from a popup window doesn't show the Net/CSS/JS/Logging/Position/Filter/Clear/Close buttons.
Steps to reproduce:
1) Go to: https://developer.mozilla.org/en/DOM/window.open
2) Open the Web Console
3) Type this in to the console:
> let w = window.open(location.href, "webConsoleBug", "width=400,height=400");
4) Open the Web Console in the popup window.
Expected results:
See the same looking Web Console as the in the opener window.
Actual results:
See a clipped Web Console (see screenshot attached).
Comment 1•12 years ago
|
||
Fixed by toolbox
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•