Closed
Bug 1762828
Opened 3 years ago
Closed 3 years ago
Websocket Inspector messages disappear when the 'keep all messages checkbox 'is checked and then filtered
Categories
(Invalid Bugs :: General, enhancement, P2)
Invalid Bugs
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1595119
People
(Reporter: anuragkumargupta822101, Unassigned, Mentored)
Details
+++ This bug was initially created as a clone of Bug #1595119 +++
[Affected Versions]
Firefox 72.0a1(20191108095936)
Firefox 71.0b7(20191104135555)
[Preconditions]
Set 'devtools.netmonitor.features.webSockets' to "true" in about:config and restart firefox
Set 'devtools.netmonitor.ws.displayed-frames.limit' to "2"
[Steps to reproduce]
- Launch Firefox
- Navigate to: http://janodvarko.cz/test/websockets/
- Press F12 to open Devtools
- Go to the Network tab
- Press "Connect" button from the page opened in step 2
- Click on the "http://echo.websocket.org" websocket request
- Click on the "Messages" panel in the right
- Press the "Send" button on the website four times
- Check the 'Keep all future messages' checkbox
- Change filter from 'All' to 'Sent' or 'Received'
[Actual results]
None of the messages appear.
The 'x messages have been truncated to conserve memory' is not updated after filtering.
[Expected results]
First two 'sent/received' messages should appear and the number of truncated messages should update to '2' in this case.
Comment 1•3 years ago
|
||
Bugzilla is not a playground; please do not just clone bugs willy-nilly.
Group: firefox-core-security
Component: Inspector → General
Product: DevTools → Invalid Bugs
Version: 71 Branch → unspecified
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•