Closed
Bug 577068
Opened 16 years ago
Closed 15 years ago
onkeyup is not fired if the input is Chinese
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 354358
People
(Reporter: kent.tong.mo, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 (CK-CPTTM) Firefox/3.6.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 (CK-CPTTM) Firefox/3.6.6
http://support.mozilla.com/en-US/forum/1/611517
Reproducible: Always
Steps to Reproduce:
1. Make a web page containing a text field. Provide an onkeyup handler.
2. Type any Chinese into a text field.
3. Observe that onkeyup is not fired.
Actual Results:
onkeyup is not fired.
Expected Results:
onkeyup should have been fired.
Comment 1•16 years ago
|
||
Sounds like 354358.
There is a testcase at https://bug354358.bugzilla.mozilla.org/attachment.cgi?id=420498 does that show the issue you are seeing?
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•