Open
Bug 1769799
Opened 2 years ago
Updated 2 years ago
Abspos Block with `writing-mode: vertical-lr` Inside `writing-mode: sideways-lr` Absolute Containing Block Incorrectly Positioned
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: dshin, Unassigned)
Details
Attachments
(1 file)
627 bytes,
text/html
|
Details |
STR:
- Load attached min reproducible case
Expected:
- The innermost div positioned as if its
position: absolute
property is not set
Actual:
- Toggling
position: absolute
via devtools moves the div
Found while investigating bug 1765668, but this behaviour happens regardless of the absolute containing block having a border.
parent
and cb
divs' writing modes can be switched with the identical behaviour. Does not seem to happen with any other combination of writing modes.
Comment 1•2 years ago
|
||
Yeah, this seems wrong (though it's a pretty obscure combination!) Marking as S4 as it seems unlikely any real content will be using this, but we should still fix whatever is getting confused here.
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•