Open
Bug 402702
Opened 17 years ago
Updated 2 years ago
broken handing onkeyup when you type text too fast in input
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: bobson, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
This is simple file trying to produce javascript auto-inline-complete edits in forms.
Function is handled on KeyUp event and work without problem when you type text slow. When you start to type fast it broke - like you have already enter full sentence.
Function is using selectionStart and selectionEnd properties of input object.
In Opera theres no problem with this example.
Reproducible: Always
Steps to Reproduce:
Start to type "foo bar foo bar foo bar..." fast in edit.
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•