Bug 400674 - [Scripting] KeyDown event is not fired for capturing <CTRL>+key and/or <ALT>+key
Summary: [Scripting] KeyDown event is not fired for capturing <CTRL>+key and/or <ALT>+key
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2013-02-13 06:50 EST by Waldemar Cichon CLA
Modified: 2017-08-30 05:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Waldemar Cichon CLA 2013-02-13 06:50:52 EST
If I listen to a KeyDown event all the key events with or without Shift are working as expected. But I need for a FatClient-Like behavior also keys combined with <CTRL> and <ALT> and also with a combination of <SHIFT>, <CTRL> and <ALT>. In pure HTLM/JS it was working fine. After changing to client scripting like described before, only <CTRL> or <ALT> are fired as keys. If I enter the additionally key  (e.g. a letter key) nothing happens, no KeyDown event will be fired. This behavior is a requirement for our product, so please implement this behavior as expected by me (and I think by some other users wanted to capture shortcuts) or show me an workaround.

Regards

Waldemar
Comment 1 Ivan Furnadjiev CLA 2014-01-09 06:24:36 EST
Waldemar, could you provide a simple snippet/project that demonstrate your use case?
Comment 2 Ivan Furnadjiev CLA 2014-01-09 06:26:59 EST
Please note that since RAP 2.2 the Scripting is part of RAP core and a lot of changes have been made to it. Is the issue still reproducible with RAP 2.2?
Comment 3 Andreas Blochberger CLA 2017-08-30 05:18:56 EDT
In RAP 3.2 it seems to work. At least we see AltGr combinations now correctly