Bug #5449
Focusing issues after APPLY entry TO window
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/14/2021
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 Stanislav Lomany about 5 years ago
- File window-entry.p
added
Related discussion is in #5142-14, #5142-24 thru #5142-32.
Testcase attached. To reproduce, press "ENTRY to window" button. Then press F. You'll see that in 4GL the focus is btn1 in Window 1, while Window 2 is visually "focused". In FWD the focus is set to ch2.
The issue is that APPLY entry TO window in 4GL makes that window "visually focused" (highlighted), but if there was no previously focused widget in this window, FOCUS is not changed. That probably will require a separate implementation for FOCUS handle, independent on how WindowManager.getFocusWindow() and the other related focus methods work.