Closed
Bug 1950252
Opened 9 days ago
Closed 7 days ago
scrollIntoView-sideways-lr-writing-mode-* and scrollIntoView-sideways-rl-writing-mode-* WPTs fail in Firefox
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
DUPLICATE
of bug 1789464
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
We fail pieces of these WPTs:
https://wpt.fyi/results/css/cssom-view/scrollIntoView-sideways-lr-writing-mode-and-rtl-direction.html
https://wpt.fyi/results/css/cssom-view/scrollIntoView-sideways-lr-writing-mode.html
https://wpt.fyi/results/css/cssom-view/scrollIntoView-sideways-rl-writing-mode-and-rtl-direction.html
https://wpt.fyi/results/css/cssom-view/scrollIntoView-sideways-rl-writing-mode.html
The failure messages are all something like these:
scrollIntoView({"block":"start","inline":"center"})
scrollIntoView({"block":"end","inline":"end"})
Presumably our scrollIntoView implementation doesn't support vertical writing modes or something along those lines.
Reporter | ||
Comment 1•9 days ago
|
||
hiro mentioned that this might be related to (or partly explained by) bug 1789464.
Depends on: 1789464
Comment 2•7 days ago
|
||
This was just a subset of the wider issue with scroll target directionality, handled in bug 1789464.
You need to log in
before you can comment on or make changes to this bug.
Description
•