Fix gray bar below Zotero pane when resizing Firebug down
Follow-up from c1c0b42a12
This commit is contained in:
parent
6cf597a08f
commit
3ee09e8d38
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user