www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c8cca792179604ebd84ed15a57ff3dba382ee3d2
parent 218cf288f32e0987e5d9e71be21b2f92b111e190
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 22 Dec 2010 08:59:22 +0000

Fix creator type menu and field transform popup for Fx4 compatibility

Addresses #1726, Firefox 4 Compatibility


Diffstat:
Mchrome/content/zotero/bindings/itembox.xml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -2348,7 +2348,7 @@ <scrollbox id="item-box" flex="1" orient="vertical" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <popupset> - <popup id="creator-type-menu" position="after_start" + <menupopup id="creator-type-menu" position="after_start" onpopupshowing="var typeBox = document.popupNode.localName == 'hbox' ? document.popupNode : document.popupNode.parentNode; var index = parseInt(typeBox.getAttribute('fieldname').split('-')[1]); @@ -2384,7 +2384,7 @@ ); typeBox.setAttribute('typeid', typeID); document.getBindingParent(this).modifyCreator(index, fields);"/> - <popup id="field-menu"> + <menupopup id="field-menu"> <menu label="&zotero.item.textTransform;"> <menupopup> <menuitem label="&zotero.item.textTransform.lowercase;" class="menuitem-non-iconic" @@ -2393,7 +2393,7 @@ oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'title')"/> </menupopup> </menu> - </popup> + </menupopup> </popupset> <hbox id="go-buttons" align="center" hidden="true"> <button id="view-button"