206055 - [XUL] <label>'s control attribute doesn't work

patch by gelsoft@mx4.tiki.ne.jp
This commit is contained in:
dean_tessman%hotmail.com 2003-05-20 19:52:42 +00:00
parent 14650d084e
commit 6261e2546a

View File

@ -43,7 +43,7 @@
if (controlElementID)
controlElement = document.getElementById(controlElementID);
if(controlElement)
controlElementID.focus();
controlElement.focus();
"/>
</handlers>
</binding>