Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk rev. 42635
Browser: all
Server: Tomcat 7.0.42
-
Assignee Priority:P2
Description
QA test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/list
1) Test page: /listRows.jsf
The following ace:list attributes don't work:
- rows
- rowIndex
- first
This page has an ace:list component with 9 list items, and the attributes are statically defined: rows="3", first="2", rowIndex="3"; these attributes don't appear to affect how the list component is rendered on page.
2) Test page: /listDynAttribute.jsf
Failing attributes:
- controlsItemClass: the default 'ui-state-default ui-corner-all' class is not being applied to the div surrounding the individual reordering icons.
- controlsSpacerClass/ headerClass / footerClass: when updating any of these attributes, the update is not visible on page.
- dragging: list items can still be dragged after disabling this attribute. The 'controlsEnabled' attribute must be switched on or off to disable items dragging.
3) Test page: /listSelectionListenerTest.jsf
- selectionListener - seems to be broken.
4) TLD doc possible error:
- selections: the name of the attribute in the TLD doc is 'selections', of type java.util.Set; however the showcase application > Drag & Drop demo uses 'selection' of type boolean on the ace:list components .Which one is correct?
1) Test page: /listRows.jsf
The following ace:list attributes don't work:
- rows
- rowIndex
- first
This page has an ace:list component with 9 list items, and the attributes are statically defined: rows="3", first="2", rowIndex="3"; these attributes don't appear to affect how the list component is rendered on page.
2) Test page: /listDynAttribute.jsf
Failing attributes:
- controlsItemClass: the default 'ui-state-default ui-corner-all' class is not being applied to the div surrounding the individual reordering icons.
- controlsSpacerClass/ headerClass / footerClass: when updating any of these attributes, the update is not visible on page.
- dragging: list items can still be dragged after disabling this attribute. The 'controlsEnabled' attribute must be switched on or off to disable items dragging.
3) Test page: /listSelectionListenerTest.jsf
- selectionListener - seems to be broken.
4) TLD doc possible error:
- selections: the name of the attribute in the TLD doc is 'selections', of type java.util.Set; however the showcase application > Drag & Drop demo uses 'selection' of type boolean on the ace:list components .Which one is correct?
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43907 | Wed Jan 14 15:12:15 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43897 | Mon Jan 12 18:35:27 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43870 | Fri Dec 26 14:14:51 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43869 | Fri Dec 26 14:03:04 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43865 | Tue Dec 23 07:32:31 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listDrag.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43864 | Tue Dec 23 06:40:14 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43863 | Mon Dec 22 15:41:18 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43862 | Mon Dec 22 14:53:37 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43861 | Mon Dec 22 14:37:37 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
|