mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
206055 - [XUL] <label>'s control attribute doesn't work
patch by gelsoft@mx4.tiki.ne.jp
This commit is contained in:
parent
14650d084e
commit
6261e2546a
@ -43,7 +43,7 @@
|
||||
if (controlElementID)
|
||||
controlElement = document.getElementById(controlElementID);
|
||||
if(controlElement)
|
||||
controlElementID.focus();
|
||||
controlElement.focus();
|
||||
"/>
|
||||
</handlers>
|
||||
</binding>
|
||||
|
Loading…
x
Reference in New Issue
Block a user