Bug 252119 <key keycode="VK_RETURN"> should not see an Enter key pressed in a timed textbox r=varga sr=bryner

This commit is contained in:
neil%parkwaycc.co.uk 2004-08-26 18:49:05 +00:00
parent b2204e0e44
commit d338e9f257
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@
if (this._timer)
clearTimeout(this._timer);
this._fireCommand(this);
event.preventDefault();
]]>
</handler>
</handlers>

View File

@ -151,6 +151,7 @@
if (this._timer)
clearTimeout(this._timer);
this._fireCommand(this);
event.preventDefault();
]]>
</handler>
</handlers>