Closed
Bug 1530621
Opened 7 years ago
Closed 7 years ago
Shift+hover box model does not respect prefers-reduced-motion
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: mbalfanz, Assigned: mtigley)
References
Details
Attachments
(1 file)
The feature does implement a scrolling animation. When the user prefers-reduced-motion, the rules view should jump directly to the right place instead of "sliding".
STR:
- set your system to prefer reduced motion
- shift-hover over values in the box model
ER:
- the rule view jumps to the right place
AR:
- the rule view animates to the right place
The same is true for the fading highlight. I think in case of reduced motion it should stay until the user performs another action, e.g. highlight a new field, start editing in the rules view etc.
Priority: -- → P2
Severity: normal → enhancement
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mtigley
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by mtigley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0d69ee629ce5
Disable smooth scrolling if user prefers reduced motion. r=pbro
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•