mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 03:25:52 +01:00
Don't use a popuppanel for the visual bell if possible.
Update issue #125 This should no longer be a problem after tonight's nightly on Firefox 4.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<window id="&dactyl.mainWindow;">
|
||||
|
||||
<popupset>
|
||||
<panel id="dactyl-visualbell" dactyl:highlight="Bell"
|
||||
<panel id="dactyl-popup-bell" dactyl:highlight="Bell"
|
||||
noautohide="true" noautofocus="true"/>
|
||||
|
||||
<menupopup id="dactyl-contextmenu"
|
||||
@@ -54,6 +54,10 @@
|
||||
oncommandupdate="&events;.onSelectionChange(event);"/>
|
||||
</window>
|
||||
|
||||
<deck id="tab-view-deck">
|
||||
<vbox id="dactyl-deck-bell" dactyl:highlight="Bell"/>
|
||||
</deck>
|
||||
|
||||
<vbox id="&dactyl.commandContainer;">
|
||||
|
||||
<vbox class="dactyl-container" hidden="false" collapsed="true">
|
||||
|
||||
Reference in New Issue
Block a user