[Webkit-unassigned] [Bug 107552] Web Inspector: Show element style panes in a tabbed pane when they are below the DOM tree pane.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 09:11:53 PST 2013


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





--- Comment #6 from Andrey Adaikin <aandrey at chromium.org>  2013-01-22 09:13:44 PST ---
(From update of attachment 183977)
View in context: https://bugs.webkit.org/attachment.cgi?id=183977&action=review

> Source/WebCore/inspector/front-end/SidebarPane.js:138
> +        return this.element.classList.contains("lock-expanded");

use element.hasStyleClass

> Source/WebCore/inspector/front-end/SidebarPane.js:144
> +            this.element.classList.add("lock-expanded");

we use element.addStyleClass(...), as well as removeStyleClass and enableStyleClass

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