www

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

commit 1a726d357a493efab121a88ffab6e2519b726f69
parent 173f10a6fa798967d60fd64668b92c75677a7d93
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 13 Feb 2011 01:57:54 +0000

fix broken ensureElementIsVisible method

I think this should fix #1730, Metadata pane doesn't scroll down when tabbing between fields


Diffstat:
Mchrome/content/zotero/bindings/itembox.xml | 3---
Mchrome/skin/default/zotero/bindings/itembox.css | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -896,9 +896,6 @@ <parameter name="elem"/> <body> <![CDATA[ - // DEBUG: Valid nsIScrollBoxObject but methods return errors - return; - var sbo = document.getAnonymousNodes(this)[0].boxObject; sbo.QueryInterface(Components.interfaces.nsIScrollBoxObject); sbo.ensureElementIsVisible(elem); diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css @@ -1,6 +1,6 @@ scrollbox { - overflow: visible; + overflow: auto; } row, tagsbox row