Bug 1183325 - Allow use of debugger shortcut keys when split console has focus;r=bgrins
This commit is contained in:
@@ -706,7 +706,10 @@ StackFrames.prototype = {
|
||||
}
|
||||
|
||||
this.activeThread.fillFrames(CALL_STACK_PAGE_SIZE);
|
||||
DebuggerView.editor.focus();
|
||||
// Focus the editor, but don't steal focus from the split console.
|
||||
if (!DebuggerController._toolbox.isSplitConsoleFocused()) {
|
||||
DebuggerView.editor.focus();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user