RESOLVED FIXED76636
Web Inspector: Switching tabs in TabbedEditorContainer should reveal selected script in navigator.
https://bugs.webkit.org/show_bug.cgi?id=76636
Summary Web Inspector: Switching tabs in TabbedEditorContainer should reveal selected...
Vsevolod Vlasov
Reported 2012-01-19 07:51:06 PST
Switching tabs in TabbedEditorContainer should reveal selected script in navigator.
Attachments
Patch (10.39 KB, patch)
2012-01-19 07:57 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-01-19 07:57:14 PST
Vsevolod Vlasov
Comment 2 2012-01-19 07:57:28 PST
- Renamed FileSelector's ScriptSelected event into FileSelected, added EditorSelected event to EditorContainer. - Renamed _showSourceFrame into _showFile. - Made _uiSourceCodeRemoved reuse _removeSourceFrame.
Alexander Pavlov (apavlov)
Comment 3 2012-01-19 09:31:05 PST
Comment on attachment 123130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=123130&action=review > Source/WebCore/inspector/front-end/ScriptsPanel.js:92 > + this._editorContainer.addEventListener(WebInspector.ScriptsPanel.EditorContainer.Events.EditorSelected, this._editorSelected, this); EditorActivated? Seems like selection assumes subsequent manipulation on the selected object (move, rename, delete, etc.)
Vsevolod Vlasov
Comment 4 2012-01-19 10:57:19 PST
Note You need to log in before you can comment on or make changes to this bug.