mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul
This commit is contained in:
parent
83fc808a1d
commit
1de4a0b217
@ -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);
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user