[Webkit-unassigned] [Bug 91803] New: Following text after floated elements isn't placed correctly if writing-mode is vertical-rl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 20:30:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91803

           Summary: Following text after floated elements isn't placed
                    correctly if writing-mode is vertical-rl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tnitta at adobe.com


Created an attachment (id=153383)
 --> (https://bugs.webkit.org/attachment.cgi?id=153383&action=review)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list