Bug #7148
Differences between 4GL and FWD Swing/Web clients keystokes management for Dutch system language/keyboard
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#2 Updated by Sergey Ivanovskiy over 3 years ago
This is the common task for all differences in behavior of the original 4GL client and the swing and web clients for different code pages with Dutch system language/keyboard settings.
#5034-2101 (SBI) Swing client doesn't work for dead key SHIFT + Quote for Dutch
If WINDOWS-1252 code page is selected, then this issue is not reproduced with the swing client.
<node class="container" name="i18n">
<node class="string" name="cpinternal">
<node-attribute name="value" value="1252"/>
</node>
</node>
but there is a set of keys:
Q, W, E, R, T, Y, U, I, O, P A, S, D, L, Z, C, N, M
that should produce two events if
CTRL and ALT are pressed with one of these keys.For example, pressing
CTRL, ALT, A produces two event codes: 1025 code with CTRL-ALT-A label and 225 code event with label á. This is not working with the swing client.
#3 Updated by Sergey Ivanovskiy over 3 years ago
- File test-editor-keys.p
added
This is testcases/uast/keyboards/test-editor-keys.p 4GL testcase to reproduce differences in keys management.