Bug #6238
Incorrect focus after frame hidden
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
#1 Updated by Hynek Cihlar over 4 years ago
The following test case shows the issue. In GUI focus must be set in t2 after the button is chosen, but it is set in t3.
define button b. def frame f1 b. def var t1 as char view-as text. def var t2 as char. define frame f2 t1 t2 with side-labels size 40 by 6 overlay. def var t3 as char. def frame f3 t3 with side-labels overlay. on choose of b do: enable all with frame f2. enable all with frame f3. apply 'entry' to t3 in frame f3. frame f3:visible = false. frame f3:visible = true. end. enable all with frame f1. wait-for close of this-procedure.
#3 Updated by Greg Shah over 4 years ago
- Project changed from FWD to User Interface