bufanliu / custom-context-menu

Automatically exported from code.google.com/p/custom-context-menu
Other
0 stars 0 forks source link

Another keyboard layout #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add United Kingdom keyboard locale to the system
2. Switch to United kingdom locale
3. Load application with your script
4. Try to press Shift-' (you must receive @, not ") in any text field.

What is the expected output? What do you see instead?
When pressing Shift-' at UK locale in any text fields of flex application
we need to receive @ not ".

What version of the product are you using? On what operating system?
FF 2.0.*, Windows

Please provide any additional information below.

We've developed kiosk solution and use your solution to remove context
menu. Yes, it's working well. But another problem appeared: when I'm using
wmode it seems that Flash player Active X not receive shift key, so if
we're building multi-language applications, and, for example, any UK users
will attempt to register himself he'll be little confused, when he can't
enter @ symbol (US keyboard - Shift+2, UK keyboard - Shift+')

Original issue reported on code.google.com by dchrislee on 31 Mar 2008 at 12:07

GoogleCodeExporter commented 8 years ago
Hi, it's a Firefox bug. If you set wmode to opaque or transparent, you will see 
that
f***ing effect. Your keyboard layout will be automaticly set to 'US'-layout.

i solved that problem, with a custom implementation of 'TextField' component, a 
huge
'switch-case' and embeging a font(custom unicode-range).

Goodbye from Russia,
gumengangler.

Original comment by gumengangler on 30 May 2009 at 12:47