[Webkit-unassigned] [Bug 110641] WebInspector: Switch hide element shortcut in ElementsPanel to use a selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 14:19:01 PST 2013


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


egraether at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Unspecified                 |All
         OS/Version|Unspecified                 |All
          Component|New Bugs                    |Web Inspector
                 CC|                            |apavlov at chromium.org,
                   |                            |keishi at webkit.org,
                   |                            |loislo at chromium.org,
                   |                            |pfeldman at chromium.org,
                   |                            |pmuellr at yahoo.com,
                   |                            |vsevik at chromium.org,
                   |                            |web-inspector-bugs at googlegr
                   |                            |oups.com,
                   |                            |yurys at chromium.org




--- Comment #2 from egraether at chromium.org  2013-02-22 14:21:25 PST ---
When the shortcut is used now, the class inspector-hide-shortcut is added to the element's class attribute and the rule:

.inspector-hide-shortcut, .inspector-hide-shortcut * {
    visibility: hidden !important;
}

is added to the temporary inspector stylesheet. This way all of the child elements get hidden as well.

https://code.google.com/p/chromium/issues/detail?id=176665

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