[Webkit-unassigned] [Bug 119290] New: Height of fixed height cell is not proper when cell's row is under row spanning cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 16:19:35 PDT 2013


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

           Summary: Height of fixed height cell is not proper when cell's
                    row is under row spanning cell
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com,
                    simon.fraser at apple.com, dino at apple.com,
                    robert at webkit.org


Consider merging https://chromium.googlesource.com/chromium/blink/+/ac7113a2fea67e4ec7827f6ec7978c6f7c33a943

If cell have fixed height then it's height should not changed till there is 
other rows present to take extra rowspan cell height.

Extra rowspan cell height, First, distributes to percent height spanning rows 
which is depend on table height. If extra rowspan cell height remains after 
distributing to percent height rows then remaining extra rowspan cell height 
distributes in auto spanning rows if auto spanning rows are present otherwise 
it distributes to remaining spanning rows.

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