Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
Description
When testing the converter attribute in the ace:simpleSelectOneMenu test app ( http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/simpleSelectOneMenu ), in the simpleSelectOneMenuAttribute.xhtml page, a validation error occurs. This shouldn't be happening, as it doesn't happen in similar tests for ace:selectMenu and ace:comboBox.
Issue Links
- blocks
-
ICE-9560 Converter issues in ACE autocomplete and selection components
- Closed
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Arturo Zambrano
made changes -
Fix Version/s | 3.4 [ 10770 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38268 | Tue Sep 24 11:01:31 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38269 | Tue Sep 24 11:51:42 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenu.java
|
Ken Fyten
made changes -
Fix Version/s | EE-3.4.0.GA [ 11171 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 [ 10011 ] |
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to trunk at revision 38269. Overrode the validation methods to correctly compare against converted values, and converted previous value before comparing with selectItem's in order to correctly assign the 'selected' attribute to the rendered <option> elements.