Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.1.0 ALPHA2
-
Assignee Priority:P1
Description
When using the ace:listConrol for a dual list and setting position="both", the bottom controls do nothing. The top controls work and when using position="bottom" they work but not with both rendered.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [5007000000MGA4G] |
| Attachment | Case11262ExampleWAR.zip [ 14421 ] | |
| Attachment | Case11262Example.zip [ 14422 ] |
| Fix Version/s | 3.1.0.BETA1 [ 10335 ] | |
| Assignee Priority | P1 | |
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29066 | Wed May 16 13:45:51 MDT 2012 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlRenderer.java
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/DualListPosition.java
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listDual.xhtml
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/listcontrol/listcontrol.js
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/listcontrol/listcontrol.css
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.1 [ 10312 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Revision #29066
Committed by nils.lundquist
Moments ago
ICE-8112- Fixed selector used in dual list cases, additional controls now work.ICE-8122- Added 'middle' and 'all' positions to the listControl dual list model.