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.
Activity
Field | Original Value | New Value |
---|---|---|
Description |
According to the original JIRA ( "...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 incorrect), and doesn't show the list if the component is tabbed into and them a key is pressed, which should present the list. |
According to the original JIRA ( "...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. |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P3 [ 10012 ] |
ICEsoft Forum Reference | http://www.icesoft.org/JForum/posts/list/22787.page |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43935 | Tue Jan 20 14:28:58 MST 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Summary | ace:selectMenu "showListOnInput" not working as intended | ace:selectMenu - add "showListOnInput" attribute |
Fix Version/s | 4.1 [ 11375 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47062 | Tue Feb 02 16:51:04 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P3 [ 10012 ] | P2 [ 10011 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47069 | Wed Feb 03 13:40:28 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47570 | Sat Feb 06 07:28:51 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added 'showListOnInput' property to component. Modified selectmenu.js to render drop down when 'showListOnInput=true' and key is pressed when component is in focus.