[Webkit-unassigned] [Bug 135965] Web Inspector: Inspector frequently restores wrong view when opened (often Timelines instead of Resource)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 18:22:57 PDT 2014


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





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2014-08-14 18:23:05 PST ---
A workaround still doesn't seem like enough. There is another actual bug here.

It looks like _loadNewRecording is triggering the Timelines panel to be the selected panel:

>    Resources/Views/Sidebar.js:143:20: CONSOLE LOG setting timeline
>    Resources/Views/Sidebar.js:144:22: CONSOLE TRACE
>    0: selectedSidebarPanel(Resources/Views/Sidebar.js:144:22)
>    1: _contentBrowserCurrentContentViewDidChange(Resources/Base/Main.js:1096:31)
>    2: dispatch(Resources/Base/Object.js:141:55)
>    3: dispatchEventToListeners(Resources/Base/Object.js:148:17)
>    4: _currentContentViewDidChange(Resources/Views/ContentBrowser.js:509:38)
>    5: dispatch(Resources/Base/Object.js:141:55)
>    6: dispatchEventToListeners(Resources/Base/Object.js:148:17)
>    7: showBackForwardEntryForIndex(Resources/Views/ContentViewContainer.js:207:38)
>    8: showContentView(Resources/Views/ContentViewContainer.js:179:42)
>    9: showContentView(Resources/Views/ContentBrowser.js:172:58)
>    10: _recordingLoaded(Resources/Views/TimelineSidebarPanel.js:436:52)
>    11: dispatch(Resources/Base/Object.js:141:55)
>    12: dispatchEventToListeners(Resources/Base/Object.js:148:17)
>    13: _loadNewRecording(Resources/Controllers/TimelineManager.js:421:38)
>    14: delayedWork(Resources/Controllers/TimelineManager.js:44:31)
>    15: delayedWork([native code])

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