Bug #11319
CTRL_UP/CTRL_DOWN event in ChUI mode for a COMBO-BOX should do nothing
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 Delia Mitric 4 months ago
Testcase:
DEFINE VARIABLE cb AS CHARACTER VIEW-AS COMBO-BOX LIST-ITEMS "a12", "b34", "c56" SIMPLE SIZE 40 BY 5 NO-UNDO. DEFINE FRAME f cb NO-LABEL. ENABLE ALL WITH FRAME f. WAIT-FOR CLOSE OF CURRENT-WINDOW.
In FWd, the CTRL_UP/CTRL_DOWN events work as UP/DOWN events in ChUI mode.
In OE they do nothing in ChUI mode.