WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91803
Following text after floated elements isn't placed correctly if writing-mode is vertical-rl
https://bugs.webkit.org/show_bug.cgi?id=91803
Summary
Following text after floated elements isn't placed correctly if writing-mode ...
Tatsuya Nitta
Reported
2012-07-19 20:31:01 PDT
Created
attachment 153383
[details]
Test file to reproduce Overview: When -webkit-writing-mode is "vertical-rl" and text is flowed into a space between left-floated DIV element and right-floated DIV element, the text is partially flowed into next possible space. Steps to Reproduce: 1) Open the attached test file which contains 4 DIV elements and text node in container DIV Each of DIV elements are: (a) Left floating DIV element with "float:left; clear:left; width:200; height:100;" (b) Right floating zero height DIV element with "float:right; clear:right; width:200; height:0;" (c) Left floating zero height DIV element with "float:left; clear:left; width:200; height:0;" (d) Right floating DIV element with "float:right; clear:right; width:200; height:100;" 2) Observe DIV element in right side which contains vertical text Actual Results: Even though there are still spaces to place text in right bottom area, the text is going to left upper area. Expected Results: Text should be placed if there are still spaces to place it Additional Information: This seems to occur since nightly build
r121792
. It worked fine in
r121747
.
Attachments
Test file to reproduce
(1.78 KB, text/html)
2012-07-19 20:31 PDT
,
Tatsuya Nitta
no flags
Details
Result screen shot
(66.71 KB, image/png)
2012-07-19 20:32 PDT
,
Tatsuya Nitta
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Tatsuya Nitta
Comment 1
2012-07-19 20:32:58 PDT
Created
attachment 153385
[details]
Result screen shot
Tatsuya Nitta
Comment 2
2012-10-12 00:55:53 PDT
It's been a while since I logged this bug. It seems there is no update. Can someone look at this issue?
Dave Hyatt
Comment 3
2013-03-07 14:53:47 PST
Seems to be fixed. Not sure when.
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