Closed
Bug 1347463
Opened 8 years ago
Closed 6 years ago
Developer tools - expand arrow collapsing instead
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fb, Unassigned)
References
Details
Attachments
(1 file)
49.72 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170302120751
Steps to reproduce:
Open Developer Tool, go to console, fire any ajax request that returns JSON objects. Expand the XHR request, go to tab resonse. Try to expand an object found in there. See attached screenshot. This is since Version 52, Version 51 did everything correctly
Actual results:
The complete XHR entry collapses
Expected results:
the object should expand and show child elements
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
The nightly redirects the click of the POST request from console to the Network tab. I'm at master(4f5262444c). So not sure of this bug's feature.
Flags: needinfo?(odvarko)
Comment 2•8 years ago
|
||
(In reply to Ruturaj Vartak from comment #1)
> The nightly redirects the click of the POST request from console to the
> Network tab. I'm at master(4f5262444c). So not sure of this bug's feature.
Yeah, that's because Nightly uses new UI for the Console panel that redirects clicks on HTTP requests to the Network panel. This bug needs to be fixed as soon as inline HTTP request inspection is supported again in the new Console frontend.
Honza
Depends on: 1307667
Flags: needinfo?(odvarko)
Updated•8 years ago
|
Updated•8 years ago
|
Component: Developer Tools: Netmonitor → Developer Tools: Console
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
can't reproduce anymore, probably an old console bug only.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•