Open
Bug 1898619
Opened 8 months ago
Updated 8 months ago
Firefox incorrectly jumps to anchor with "reduced motion" enabled on MacOS
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
People
(Reporter: claas, Unassigned)
References
Details
- In Mac OS, enabled "Reduced motion" (System settings > Display > Accessibility > Reduced motion).
- Go to https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
- Click an entry in the TOC on the right (e.g. "User preferences").
- Expected: "User preferences" header to be below top navigation.
- Actual: "User preferences" header hidden by top navigation.
Note: Clicking the same entry again scrolls to the right position.
Reporter | ||
Comment 1•8 months ago
|
||
Important to note that we use scroll-margin-top to prevent the header to appear behind the top navigation, but this seems to be ignored here.
Comment 2•8 months ago
•
|
||
I can reproduce the issue on Nightly128.0a1 Windows11 but not on Chrome.
Interestingly, when the bug occurs, if you click the link again, the page scrolls to the correct position.
status-firefox126:
--- → affected
status-firefox127:
--- → affected
status-firefox-esr115:
--- → affected
Component: Untriaged → Panning and Zooming
OS: macOS → All
Product: Firefox → Core
Hardware: x86_64 → Desktop
see also: bug 1816003
Updated•8 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•