Project

General

Profile

Bug #10916

ESC key in Hotel GUI exits the client

Added by Greg Shah 8 months ago. Updated 8 months ago.

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

100%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
trunk 16287
version_resolved:
reviewer:
production:
No
env_name:
topics:

History

#2 Updated by Greg Shah 8 months ago

  • version_reported set to trunk 16287
  • Subject changed from ESC key in Hotel GUI embedded mode exits the client to ESC key in Hotel GUI exits the client

This occurs in both embedded mode and in virtual desktop mode. If you enter the ESC key while the legacy 4GL window (or the iframe in embedded mode) has the focus, the web client will exit.

I recall that on OE, the 4GL GUI uses ESC to generate an END-ERROR. I wouldn't expect this to exit all the way out of the client.

#3 Updated by Constantin Asofiei 8 months ago

  • Status changed from New to Test
  • % Done changed from 0 to 100
  • Assignee set to Constantin Asofiei

An END-ERROR trigger intercepts the ESC key:

on end-error anywhere do:
   // prevent exit via ESCAPE key
   return no-apply.
end.

Fixed in rev hotel gui 418.

#4 Updated by Greg Shah 8 months ago

  • Status changed from Test to Closed

Confirmed. Nice!

Also available in: Atom PDF