Opened 13 years ago
Closed 12 years ago
#6276 closed enhancement (invalid)
.keyup() does not support cyrillic alphabet
Reported by: | Zeboton | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | keyup, event, cyrillic, alphabet | Cc: | |
Blocked by: | Blocking: |
Description
On any char form cyrillic alphabet .keyup() return 0 in properties which, keyCode and charCode.
Change History (3)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|
comment:2 Changed 12 years ago by
Type: | bug → enhancement |
---|
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for the report, but this is not a jQuery bug. charCode
is only populated on keypress
event, and is the only available event when typing non-English characters. In the future, please use the jQuery Forum.
Version 0, edited 12 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Is this occurring for you in any particular browser or across any instance of using jQuery with .keyup() and the Cyrillic alphabet?.