From 0f87772b97ae93c88c721a449b14f7d1a982031a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 16 Mar 2013 03:46:49 -0400 Subject: [PATCH] Fix broken checkboxes in tag selector context menu (OS X only?) On OS X, the checked state of still doesn't work right if set before the menu is opened. To get around this, the state is now set manually in onpopupshown(). There's an annoying delay before the UI update, but this is better than nothing. --- .../content/zotero/bindings/tagselector.xml | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 75d11bd66..88a969426 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -151,8 +151,8 @@ @@ -1012,15 +1012,28 @@ onkeypress="if (event.keyCode == event.DOM_VK_ESCAPE) { document.getBindingParent(this).handleKeyPress(true); }"/> - + - - + +