Fix NO_INTERFACE error after entering tag in tags box
This commit is contained in:
parent
91d14fc04c
commit
3aaf9e341c
1 changed files with 1 additions and 3 deletions
|
@ -1027,9 +1027,7 @@
|
|||
<parameter name="elem"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
var scrollbox = document.getAnonymousNodes(this)[0];
|
||||
var sbo = scrollbox.boxObject;
|
||||
sbo.QueryInterface(Components.interfaces.nsIScrollBoxObject);
|
||||
var sbo = document.getAnonymousNodes(this)[0].boxObject;
|
||||
sbo.ensureElementIsVisible(elem);
|
||||
]]>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue