Cannot display json data when using the search filter on network's response data
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: rafaelvillarreal2000, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
16.37 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
-Open Developer tools with F12
-Navigate to the Network's tab
-Select a request that returns JSON data and inspect Response data
-type something in the search filter.
-If you find some key in the JSON with array data try to expand info
Actual results:
Try to expand array data but nothing happens
Expected results:
See and inspect the array JSON data returned in response
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
Thank you for the report, I can reproduce that issue.
STR:
- Load http://janodvarko.cz/tests/bugzilla/1695008/
- Follow instructions on the page
The array/object can't be expanded if its content is filtered out.
Not clear if this is a bug or a feature.
Honza
Description
•