[Webkit-unassigned] [Bug 74508] New: Table column width property is calculated incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 08:49:28 PST 2011


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

           Summary: Table column width property is calculated incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: russianbaird at inbox.ru


In a given table without table-layout set to fixed (i.e. 'auto' is used), when the content of the cell gets rotated, the table does not re-layout it's column, hence the width of the column still depends on the width of originally positioned (without rotation) element.
Whenever the element get's rotated, the table column width should change not only based on child's width, but also on the angle of rotation and, in case the element is rotated to take a vertical position, the height of original child.

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