tag-it icon indicating copy to clipboard operation
tag-it copied to clipboard

Russian text sometimes not working! б = , in english keyboard [Bug]

Open fanux365 opened this issue 6 years ago • 2 comments

When I press 'б' in russian keyboard it's trigger ','

fanux365 avatar Jun 04 '18 11:06 fanux365

Comment out this line inside the plugin: event.which == $.ui.keyCode.COMMA ||

shadialnamrouti avatar Apr 22 '19 14:04 shadialnamrouti

I would change the line to event.key === ',' It will continue handle commas in any language and will allow to use this key in allother cases (different keyboard layout, shift key pressed etc)

Hamulus avatar Jun 05 '19 06:06 Hamulus