Open
Bug 1584970
Opened 5 years ago
Updated 2 years ago
Netmonitor blocking - request blocking editing triggers filter toggle checkbox with current double click implementation
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox70 unaffected, firefox71 affected)
NEW
Tracking | Status | |
---|---|---|
firefox70 | --- | unaffected |
firefox71 | --- | affected |
People
(Reporter: cfogel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
Notes
As pointed out by @Honza during the kick-off meeting for the feature.
Affected versions
- 71.0a1 (2019-09-29)
Affected platforms
- all available
Steps to reproduce
- Launch Firefox; (if not already)Set devtools.netmonitor.features.requestBlocking to true;
- Access any webpage, open the DevTools inspector - Network tab;
- Block any request so that the Blocking UI is enabled;
- In the Request blocking section set any filter
- Double click on it to make it editable;
Expected result
- action is performed without any issues;
Actual result
- the filter is toggled on-off
Enhancement suggestions
- have an edit button for the filter and display on hover as with the removal button;
- split the Toggle button and text section for the filter into 2 separate ones;
Regression range
- not a regression, only visible after implementation of bug 1580728;
Additional notes
- attached screenshot with the issue;
Reporter | ||
Updated•5 years ago
|
Summary: Netmonitor blocking - request blocking editing triggers filter toggle checkbox on se → Netmonitor blocking - request blocking editing triggers filter toggle checkbox with current double click implementation
Updated•5 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
I've yet to see an accessible way to prevent this effect. What I will say is that this effect doesn't change the eventual checkbox value so it's a gloss issue, not a functionality issue.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•