Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0, EE-3.3.0.GA_P06
-
Component/s: None
-
Labels:None
-
Environment:Chrome, IE 8/9/10
Description
icecore:defaultAction does not capture all keyboard events in some browsers such as _Esc_ and _F..._ keys.
Register callback with onkeydown instead of onkeypress event to make sure all the keys are captured. Browsers like Chrome and IE will not fire keypress events for keys that are meant to control the browser.