[Webkit-unassigned] [Bug 40059] New: Web Inspector: Style with all properties disabled is not displayed after WebInspector is re-opened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 07:19:06 PDT 2010


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

           Summary: Web Inspector: Style with all properties disabled is
                    not displayed after WebInspector is re-opened
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org
                CC: rik at webkit.org, keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    yurys at chromium.org, bweinstein at apple.com


In Web Inspector, Elements panel, disable all properties of some node style, close and re-open Web Inspector.
The style does not appear in the StylesSidebarPane for that node.

According to
void CSSStyleSelector::matchRulesForList(CSSRuleDataList* rules, int& firstRuleIndex, int& lastRuleIndex),
a rule never matches a selector if it has no properties (which is the case, since a disabled property is physically removed from its style).

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