[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
Wed Jan 23 01:50:02 PST 2013


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





--- Comment #7 from Vladislav Kaznacheev <kaznacheev at chromium.org>  2013-01-23 01:51:54 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

Done

>> Source/WebCore/inspector/front-end/SidebarPane.js:144
>> +            this.element.classList.add("lock-expanded");
> 
> we use element.addStyleClass(...), as well as removeStyleClass and enableStyleClass

Done

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