From 62aa5acc0d8c5e90f7a9f2794347961c7255ac2e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 10 Feb 2015 22:34:11 -0500 Subject: [PATCH] Fix NO_INTERFACE console error after itembox/tagsbox edit in Fx36 In Fx36+, QIing the scrollbox to nsIScrollBoxObject throws NO_INTERFACE, presumably because https://bugzilla.mozilla.org/show_bug.cgi?id=364612 was implemented in some other ticket. --- chrome/content/zotero/bindings/itembox.xml | 4 +++- chrome/content/zotero/bindings/tagsbox.xml | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 68f37f8d31..6843733d81 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1027,7 +1027,9 @@ diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index d55c5781a8..e5cfbaa318 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -1033,9 +1033,10 @@