mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
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:
parent
b2204e0e44
commit
d338e9f257
@ -151,6 +151,7 @@
|
||||
if (this._timer)
|
||||
clearTimeout(this._timer);
|
||||
this._fireCommand(this);
|
||||
event.preventDefault();
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
@ -151,6 +151,7 @@
|
||||
if (this._timer)
|
||||
clearTimeout(this._timer);
|
||||
this._fireCommand(this);
|
||||
event.preventDefault();
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
Loading…
x
Reference in New Issue
Block a user