[Webkit-unassigned] [Bug 122125] Web Inspector: restore navigation panel state across page reloads and reopens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 3 11:47:43 PST 2013


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


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #218304|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #11 from Timothy Hatcher <timothy at apple.com>  2013-12-03 11:46:03 PST ---
(From update of attachment 218304)
View in context: https://bugs.webkit.org/attachment.cgi?id=218304&action=review

> Source/WebInspectorUI/UserInterface/NavigationSidebarPanel.js:551
> +            var currentTreeElement = outline.hasChildren ? outline.children[0] : null;

outline.children[0] alone works, since it will be undefined if there are no children. But this works.

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