Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4, ace:selectMenu
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
Description
According to the original JIRA (ICE-2191) from when the ace:selectMenu was initially implemented, the showListOnInput attribute should work as follows:
"...the showListOnInput=true behavior to only show the list if the user types to edit the input field, not on focus or click."
However, as of 4.0, the component shows the list on click anywhere in the component (which is seems fine actually), BUT doesn't show the list if the component is tabbed into and them a key is pressed, which should present the list.
"...the showListOnInput=true behavior to only show the list if the user types to edit the input field, not on focus or click."
However, as of 4.0, the component shows the list on click anywhere in the component (which is seems fine actually), BUT doesn't show the list if the component is tabbed into and them a key is pressed, which should present the list.
Added 'showListOnInput' property to component. Modified selectmenu.js to render drop down when 'showListOnInput=true' and key is pressed when component is in focus.