Bug 921513 - Use consumeoutsideclicks=false for the debugger panels, r=rcampbell

This commit is contained in:
Victor Porof 2013-10-04 00:36:35 +03:00
parent 65b2533e57
commit 64fd48f5b3
2 changed files with 7 additions and 4 deletions

View File

@ -734,6 +734,7 @@ ResultsPanelContainer.prototype = Heritage.extend(WidgetMethods, {
this._panel.className = "results-panel"; this._panel.className = "results-panel";
this._panel.setAttribute("level", "top"); this._panel.setAttribute("level", "top");
this._panel.setAttribute("noautofocus", "true"); this._panel.setAttribute("noautofocus", "true");
this._panel.setAttribute("consumeoutsideclicks", "false");
document.documentElement.appendChild(this._panel); document.documentElement.appendChild(this._panel);
} }
if (!this.widget) { if (!this.widget) {

View File

@ -358,8 +358,9 @@
<panel id="searchbox-help-panel" <panel id="searchbox-help-panel"
level="top" level="top"
type="arrow" type="arrow"
position="before_start"
noautofocus="true" noautofocus="true"
position="before_start"> consumeoutsideclicks="false">
<vbox> <vbox>
<hbox> <hbox>
<label id="filter-label"/> <label id="filter-label"/>
@ -405,10 +406,10 @@
</panel> </panel>
<panel id="conditional-breakpoint-panel" <panel id="conditional-breakpoint-panel"
hidden="true"
level="top" level="top"
type="arrow" type="arrow"
noautofocus="true"> noautofocus="true"
consumeoutsideclicks="false">
<vbox> <vbox>
<label id="conditional-breakpoint-panel-description" <label id="conditional-breakpoint-panel-description"
value="&debuggerUI.condBreakPanelTitle;"/> value="&debuggerUI.condBreakPanelTitle;"/>
@ -418,8 +419,9 @@
<panel id="resumption-order-panel" <panel id="resumption-order-panel"
type="arrow" type="arrow"
position="before_start"
noautofocus="true" noautofocus="true"
position="before_start"> consumeoutsideclicks="false">
<hbox align="start"> <hbox align="start">
<image class="alert-icon"/> <image class="alert-icon"/>
<label id="resumption-panel-desc" class="description"/> <label id="resumption-panel-desc" class="description"/>