fix broken ensureElementIsVisible method

I think this should fix #1730, Metadata pane doesn't scroll down when tabbing between fields
This commit is contained in:
Simon Kornblith 2011-02-13 01:57:54 +00:00
parent 173f10a6fa
commit 1a726d357a
2 changed files with 1 additions and 4 deletions

View file

@ -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);

View file

@ -1,6 +1,6 @@
scrollbox
{
overflow: visible;
overflow: auto;
}
row, tagsbox row