Fix gray bar below Zotero pane when resizing Firebug down

Follow-up from c1c0b42a12
This commit is contained in:
Dan Stillman 2014-05-14 17:14:45 -04:00
parent 6cf597a08f
commit 3ee09e8d38
2 changed files with 6 additions and 2 deletions

View File

@ -60,10 +60,13 @@
if(text.length) descriptionNode.appendChild(document.createElementNS(
"http://www.w3.org/1999/xhtml", "br"));
}
this.setAttribute('onpopuphidden', 'this.hidden = true');
var me = this;
var f = function() {
if(me.hasAttribute("foregroundonly") && Services.ww.activeWindow != window) return;
me.hidden = false;
panel.openPopup(forEl, position ? position : "after_start",
x ? parseInt(x, 10) : 0, y ? parseInt(y, 10) : 0, false, false, null);
Zotero.Prefs.set(pref, true);

View File

@ -58,7 +58,7 @@
<stack id="zotero-pane-stack" persist="savedHeight" savedHeight="300" hidden="true"/>
<zoteroguidancepanel id="zotero-toolbar-button-guidance" about="toolbarButton" for="zotero-toolbar-button" position="bottomcenter topleft" delay="2000" foregroundonly="true"/>
<zoteroguidancepanel id="zotero-toolbar-button-guidance" about="toolbarButton" for="zotero-toolbar-button" position="bottomcenter topleft" delay="2000" foregroundonly="true" hidden="true"/>
<!-- Annotation Toolbar -->
<toolbar id="zotero-annotate-tb" crop="end" insertbefore="content" hidden="true">
@ -70,6 +70,7 @@
</toolbar>
</vbox>
<!-- Scrape Code -->
<hbox id="urlbar-icons">
<popupset>