[Webkit-unassigned] [Bug 70769] New: display:inline-block elements don't correctly handle orthogonal writing-modes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 15:41:15 PDT 2011


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

           Summary: display:inline-block elements don't correctly handle
                    orthogonal writing-modes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: hyatt at apple.com, tony at chromium.org
            Blocks: 62048


The fix in http://trac.webkit.org/changeset/97653 only works if the child doesn't have any children. Whoops! Specifically, computeLogicalHeight assumes the child has been laid out already.

I'm not 100% sure what the right fix is. If we call child->layoutIfNeeded() before we call computeLogicalHeight(), everything works, but I don't know if calling layout earlier will cause other problems. Dave, what do you think?

-- 
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