Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07, EE-4.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P08, EE-4.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
Steps to reproduce on IE11:
1. Open the dropdown
2. Type any first letter/combination of letters on the keyboard, in order to select desired option
3. Press Enter key to select it (do not click on the option, use keyboard only)
Expected result:
List is closed, and the item is selected.
Actual result:
List stays open, Enter key is ignored.
1. Open the dropdown
2. Type any first letter/combination of letters on the keyboard, in order to select desired option
3. Press Enter key to select it (do not click on the option, use keyboard only)
Expected result:
List is closed, and the item is selected.
Actual result:
List stays open, Enter key is ignored.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added submitOnEnter = 'disabled' to prevent the bridge from handling the request when the user presses the enter key on the ace:simpleSelectOneMenu component, at r53324 on the 4.3 trunk, and at rr53325 on the EE 3.3 maintenance branch.