bug 200439: last character typed in text field when creating new profile is not displayed in target location.
r=bryner, sr=jag, a=asa git-svn-id: svn://10.0.0.236/trunk@145904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<description>&pnl2.pname.label;</description>
|
||||
|
||||
|
||||
<textbox id="ProfileName" value="&pnl2.defaultPName.label;" onkeypress="updateProfileName();"/>
|
||||
<textbox id="ProfileName" value="&pnl2.defaultPName.label;" oninput="updateProfileName();"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user