Open
Bug 1770049
Opened 4 years ago
Updated 7 months ago
Improve "drag to update" deadzone
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
Details
In bug 1764148 a pixel based deadzone was added for triggering the "drag to update" feature.
Julian came up with two ideas to improve this behavior:
- Add a time-based deadzone, i.e. only trigger the feature after pressing the mouse button for more than N milliseconds.
- Use the value's bounding rect instead of a fixed number of pixels.
The latter might need some minimum so that the feature is not triggered by accident and a maximum to avoid issues with long numbers.
A combination of both is probably the best approach for this.
Sebastian
Updated•7 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•