Bug #2432
investigate and fix collisions related to event/key codes reported by KEY-CODE and LAST-EVENT
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:
Related issues
History
#1 Updated by Constantin Asofiei over 11 years ago
From #2423 note 7:
Another frustrating fact about events: although theWINDOW-*events are reporting LAST-EVENT:CODE values (other than-1), these values are not reported by theKEY-CODE("WINDOW-*")function: this always returns-1... Progress either uses different tables for PROGRESS and KEYPRESS events or something else is happening. The collisions are (for GUIWINDOW-*events):
- WINDOW-CLOSE: 1078 - ALT-6
- WINDOW-MAXIMIZED: 1094 - ALT-F
- WINDOW-MINIMIZED: 1095 - ALT-G
- WINDOW-RESTORED: 1096 - ALT-H
- WINDOW-RESIZED: 1120 - ALT-`
Investigation is needed to identify why this collision appears, and fix as necessary.