Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8DR#1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
There are several issues, that are related, or redundant to each other, involving the SelectInputText component.
http://jira.icefaces.org/browse/ICE-3702
SelectInputText selectedItem itemMap state saving
- Can't state save selectedItem or itemMap, since the SelectItem value may not be Serializable
http://jira.icefaces.org/browse/ICE-1993
selectInputText: allow different entries with the same label
- Problem with map key being label, when multiple same labels
http://jira.icefaces.org/browse/ICE-3377
SelectInputText use SelectItem.value
- Should SelectItem label or value be submittedValue, in regards to Conversion, Validation
http://jira.icefaces.org/browse/ICE-2825
selectInputText list selection
- When clicking on item in list, use index, not label, so can handle multiple same labels
- Document the policy, when typing in value (last one wins)
http://jira.icefaces.org/browse/ICE-2824
selectInputText in dataTable
- selectItem not different for each row in dataTable
http://jira.icefaces.org/browse/ICE-3702
SelectInputText selectedItem itemMap state saving
- Can't state save selectedItem or itemMap, since the SelectItem value may not be Serializable
http://jira.icefaces.org/browse/ICE-1993
selectInputText: allow different entries with the same label
- Problem with map key being label, when multiple same labels
http://jira.icefaces.org/browse/ICE-3377
SelectInputText use SelectItem.value
- Should SelectItem label or value be submittedValue, in regards to Conversion, Validation
http://jira.icefaces.org/browse/ICE-2825
selectInputText list selection
- When clicking on item in list, use index, not label, so can handle multiple same labels
- Document the policy, when typing in value (last one wins)
http://jira.icefaces.org/browse/ICE-2824
selectInputText in dataTable
- selectItem not different for each row in dataTable
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
With the fix for
ICE-1993, and all that Jira's duplicates, I'm closing the umbrella issue. The remaining issues will be dealt with separately. I just wanted to be sure that the new design kept them in mind, so we wouldn't paint ourself into a corner.