[Webkit-unassigned] [Bug 87556] New: The difference between a column and a column group renderer is badly drawn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 18:03:57 PDT 2012


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

           Summary: The difference between a column and a column group
                    renderer is badly drawn
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: robert at webkit.org, inferno at chromium.org


Currently when someone uses a RenderTableCol, we don't know if they expect to get a column or a column-group renderer.

The cause is that we re-use the same class for both objects but also the current functions don't draw the attention on what they return (column vs column group). There is not even a way to know what type of RenderTableCol you have at the moment and the only isTableCol() "type" getter is super confusing.

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