Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul

This commit is contained in:
Girish Sharma 2012-12-22 00:33:52 +05:30
parent 2706aaa18e
commit 9106161a4b
2 changed files with 3 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ create({ constructor: FilteredSourcesView, proto: MenuContainer.prototype }, {
let panel = this._panel = document.createElement("panel");
panel.id = "filtered-sources-panel";
panel.setAttribute("noautofocus", "true");
panel.setAttribute("level", "top");
panel.setAttribute("position", FILTERED_SOURCES_POPUP_POSITION);
document.documentElement.appendChild(panel);

View File

@ -238,6 +238,7 @@
</toolbar>
<panel id="searchbox-panel"
level="top"
type="arrow"
noautofocus="true"
position="before_start">
@ -267,6 +268,7 @@
</panel>
<panel id="conditional-breakpoint-panel"
level="top"
type="arrow"
noautofocus="true"
position="after_start">