WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
6618
Inline in RTL block with overflow:auto and left border makes scroll bar appear
https://bugs.webkit.org/show_bug.cgi?id=6618
Summary
Inline in RTL block with overflow:auto and left border makes scroll bar appear
mitz
Reported
2006-01-17 13:26:02 PST
If an RTL block with overflow:auto has an inline flow child and a left border, it gets a horizontal scroll bar (the scrolling distance equals the width of the border) even if the contents don't overflow. To reproduce, open the testcase. The only difference between the two divs is that the first one has an inline child (the word "not"), which causes the bug. I think I know how to fix this.
Attachments
Testcase
(449 bytes, text/html)
2006-01-17 13:27 PST
,
mitz
no flags
Details
Don't call leftmostPosition() for inline flows
(8.22 KB, patch)
2006-01-17 13:58 PST
,
mitz
hyatt
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2006-01-17 13:27:16 PST
Created
attachment 5741
[details]
Testcase
mitz
Comment 2
2006-01-17 13:58:08 PST
Created
attachment 5742
[details]
Don't call leftmostPosition() for inline flows
Dave Hyatt
Comment 3
2006-01-17 22:46:12 PST
Comment on
attachment 5742
[details]
Don't call leftmostPosition() for inline flows r=me, although someday we will have to deal properly with relative positioning (we don't right now).
mitz
Comment 4
2006-01-18 11:40:57 PST
Darin committed the fix as revision 12170.
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