Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA, EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P01, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Affects:Compatibility/Configuration
Description
There are a few issues when using the ace:comboBox with a list of SelectItem objects where the label and value objects are not the same. In this scenario, the label is the descriptive element which should be shown on the UI. The value is set as a database key, which is represented by a number.
The following issues are seen:
- The drop down shows the correct descriptions, but when selecting via the mouse/keyboard the 'value' is shown as selected not the label.
- When typing into the input field, the 'auto complete' functionality does not work. The option typed in does not get highlighted in the drop down.
The following issues are seen:
- The drop down shows the correct descriptions, but when selecting via the mouse/keyboard the 'value' is shown as selected not the label.
- When typing into the input field, the 'auto complete' functionality does not work. The option typed in does not get highlighted in the drop down.
Issue Links
- blocks
-
ICE-9473 ace:comboBox filter is applied to item value and not the label
- Closed
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000UaBMdAAN |
Arran Mccullough
made changes -
Attachment | Case12266Example.zip [ 16119 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Affects | Compatibility/Configuration [ 10002 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37222 | Thu Jul 25 09:29:43 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/combobox/ComboBoxRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37230 | Thu Jul 25 16:04:58 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxFacet.xhtml
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Carmen Cristurean
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37251 | Fri Jul 26 14:33:11 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37283 | Wed Jul 31 12:18:27 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37329 | Wed Aug 07 16:41:48 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxFacet.xhtml
|
Arturo Zambrano
made changes -
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached source code for test case.