Open
Bug 1105296
Opened 11 years ago
Updated 3 years ago
Scroll handling is inconsistent with direction of initial containing block
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: andersr, Unassigned)
References
Details
Attachments
(1 file)
380 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36
Actual results:
The absolute positioned element is positioned as if the ICB is LTR (which it is), but due to ScrollFrameHelper::IsLTR (maybe) which respects the direction of <body>, something goes wrong, and you can scroll beyond what #abs considers to be left:0.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•