Bug Tracker

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 addyosmani

Priority: undecided

Is this occurring for you in any particular browser or across any instance of using jQuery with .keyup() and the Cyrillic alphabet?.

comment:2 Changed 12 years ago by addyosmani

Type: bugenhancement

comment:3 Changed 12 years ago by snover

Resolution: invalid
Status: newclosed

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 snover (next)
Note: See TracTickets for help on using tickets.