[Webkit-unassigned] [Bug 130120] 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 12:03:12 PDT 2014


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





--- Comment #2 from Timothy Hatcher <timothy at apple.com>  2014-03-12 12:03:35 PST ---
I think the Inspector is showing the right thing. WebCore is likely taking the table-row-group values and converting it to table since it is not in a table parent?

Computed style is likely correct (what WebCore is doing) and the $0.style object just parrots back the data.

But there is likely an Inspector UI bug where this is using table-row-group and not getting what we expect.

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