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.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42156 | Mon Aug 25 13:30:44 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Affects Version/s | 4.0.BETA [ 10770 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | EE-3.3.0.GA_P06 [ 13114 ] | |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.