Try it, this seems to be rather easy. I changed the order of elements in conkeror.xul (see below) and I have now the mode line above the content bufffer; everything works ok and the autocompletion window shows over the mode line window when needed.
But I still prefer it below :-)
-- Daniel
diff --git a/content/conkeror.xul b/content/conkeror.xul
index 24b3559..0b0c009 100644
--- a/content/conkeror.xul
+++ b/content/conkeror.xul
@@ -41,15 +41,15 @@ COPYING file.
<panel id="popup_autocomplete" type="autocomplete" noautofocus="true"/>
<vbox flex="1">
- <deck flex="1" id="buffer-container">
- <vbox flex="1">
- <browser flex="1" type="content-primary" disablehistory="true" autocompletepopup="popup_autocomplete"/>
- </vbox>
- </deck>
<hbox id="minibuffer" minibuffermode="message">
<label class="minibuffer" id="minibuffer-message" flex="1" crop="right" value=""/>
<label class="minibuffer" id="minibuffer-prompt" crop="left" value=""/>
<textbox class="plain" id="minibuffer-input" flex="1"/>
</hbox>
+ <deck flex="1" id="buffer-container">
+ <vbox flex="1">
+ <browser flex="1" type="content-primary" disablehistory="true" autocompletepopup="popup_autocomplete"/>
+ </vbox>
+ </deck>
</vbox>
</window>
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror