Open
Bug 1621923
Opened 5 years ago
Updated 2 years ago
TreeView selection isn't persisted
Categories
(DevTools :: Framework, defect, P2)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Load JSON Viewer https://api.github.com/
- Select the tree view text in the
JSON
tab - The selection disappears when mouse button is released -> BUG
AR:
The selection disappears when mouse button is released.
ER:
The selection persists when mouse button is released.
This bug can be easily reproduced anywhere where the TreeView component is used (e.g. in the Network panel -> Response panel showing formatted JSON preview)
Honza
Reporter | ||
Comment 1•5 years ago
|
||
One interesting thing is that the selection disappears only if the mouse cursor is not located on the selected text (only in the JSON viewer)
In case of the Response panel (in the Network panel) it always disappears.
Honza
Reporter | ||
Updated•5 years ago
|
Blocks: netmonitor-response-sidepanel
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•