Project

General

Profile

Bug #7148

Differences between 4GL and FWD Swing/Web clients keystokes management for Dutch system language/keyboard

Added by Sergey Ivanovskiy about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

test-editor-keys.p Magnifier (1.49 KB) Sergey Ivanovskiy, 02/28/2023 03:59 AM

History

#2 Updated by Sergey Ivanovskiy about 1 year 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 about 1 year ago

This is testcases/uast/keyboards/test-editor-keys.p 4GL testcase to reproduce differences in keys management.

Also available in: Atom PDF