[Webkit-unassigned] [Bug 130120] New: Web Inspector: Computed style incorrect for tables set to display: table-row-group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 00:16:36 PDT 2014


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

           Summary: Web Inspector: Computed style incorrect for tables set
                    to display: table-row-group
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Created an attachment (id=226481)
 --> (https://bugs.webkit.org/attachment.cgi?id=226481&action=review)
test case (last table in the page)

Web Inspector: Computed style incorrect for tables set to display: table-row-group

We're trying to track down a data table heuristics bug in bug 129369, and although the styles for the last table in the test case are set to display: table-row-group, the computed styles still come out as display: table. There might be a CSS bug here too, but at the very least there is a Web Inspector bug in that the style rules inspector shows the table-row-group styles applied (no strikethrough) yet the computed styles panel shows something else. Screen shot also shows that JS and CSSOM indicate the display property is the expected value, not what the Web Inspector displays in computed styles.

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