Skip to main content

Bug Tracker

Side navigation

#6276 closed enhancement (invalid)

Opened March 12, 2010 03:27PM UTC

Closed October 16, 2010 05:05AM UTC

.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.

Attachments (0)
Change History (3)

Changed October 03, 2010 10:32PM UTC by addyosmani comment:1

priority: → undecided

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

Changed October 16, 2010 02:24AM UTC by addyosmani comment:2

type: bugenhancement

Changed October 16, 2010 05:05AM UTC by snover comment:3

_comment0: 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 [http://forum.jquery.com jQuery Forum].1287205576925040
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 property when typing non-English characters. In the future, please use the jQuery Forum.