WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
97937
Losing scroll position when using horizontal-bt or vertical-rl layout
https://bugs.webkit.org/show_bug.cgi?id=97937
Summary
Losing scroll position when using horizontal-bt or vertical-rl layout
Kenneth Rohde Christiansen
Reported
2012-09-28 13:40:24 PDT
This is related to
bug 97706
. Basically we cannot postpone applying scroll changes for RenderBlocks with opposite writing mode. A BT or RL layer needs to have its overflow, overflow in the opposite than the normal direction and it should thus be moved (scroll position change) to account for this. The flex box code does a 2-pass layout, one layout "without scrollbars" to find the actual size, and then one at the final size. Postponing this initial "position correction" and applying it later as a scroll offset breaks layouts, as it is not really a scroll position offset.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug