Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.3.0.GA_P03, EE-3.3.0.GA_P09
-
Fix Version/s: EE-4.3.0.GA_P04, EE-3.3.0.GA_P10
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14715 - https://icesoft.my.salesforce.com/5004u00002nBD18
Description
When an instance of ace:comboBox has focus and then an accesskey specified for another component or element is triggered (e.g. alt + <key> on Chrome) the focus is given to the other component or element for a fraction of a second, and then it's immediately given back to the ace:comboBox instance.
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Fix Version/s | EE-4.3.0.GA_P04 [ 13876 ] | |
Fix Version/s | EE-3.3.0.GA_P10 [ 13877 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fixed by preventing the keypress event altogether if the alt key is involved, in order to allow the accesskey functionality to work normally.