commit 276cd82fe4c5032b63cb11cc147b028f1ba382ee
parent 84d1be4c03764c0ec45984d1a43e37d69ea7a03e
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 28 Jan 2015 18:26:47 -0500
Fix NO_INTERFACE error tabbing between fields
Not sure why this is throwing, but I'm also not sure why it was
necessary in the first place
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml
@@ -1036,7 +1036,6 @@
<body>
<![CDATA[
var sbo = document.getAnonymousNodes(this)[0].boxObject;
- sbo.QueryInterface(Components.interfaces.nsIScrollBoxObject);
sbo.ensureElementIsVisible(elem);
]]>
</body>