Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7RC1
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:deployed as portlet in liferay
Description
I have an ice:tree component with hideRootNode="true", and a backing bean that populates the model the value attribute is bound to.
When the tree renders it always shows a plus icon next to the perceived root node (actually the child of the root node, since the hideRootNode is set to true).
i.e.,
<invisible root node>
+ <perceived root>
The plus icon on the perceived root never changes to minus, whether the node is expanded or collapsed.
If I change the hideRootNode to false, then I see the true tree root node and all the +/- expand/contract icons work correctly.
Image attached.
When the tree renders it always shows a plus icon next to the perceived root node (actually the child of the root node, since the hideRootNode is set to true).
i.e.,
<invisible root node>
+ <perceived root>
The plus icon on the perceived root never changes to minus, whether the node is expanded or collapsed.
If I change the hideRootNode to false, then I see the true tree root node and all the +/- expand/contract icons work correctly.
Image attached.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | icetreebug.JPG [ 10951 ] |
Fix Version/s | 1.7.1 [ 10122 ] | |
Assignee Priority | P3 | |
Assignee | Yip Ng [ yip.ng ] |
Attachment | screenshot-1.jpg [ 11012 ] |
Attachment | screenshot-2.jpg [ 11016 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16742 | Wed May 28 16:12:32 MDT 2008 | yip.ng | Fixed wrong/misaligned expand/collapse icon for first node of tree when hideRootNode = "true". |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16743 | Wed May 28 16:13:28 MDT 2008 | yip.ng | Fixed wrong/misaligned expand/collapse icon for first node of tree when hideRootNode = "true". |
Files Changed | ||||
![]() ![]() |
Attachment | screenshot-3.jpg [ 11017 ] |
Attachment | screenshot-4.jpg [ 11018 ] |
Attachment | screenshot-5.jpg [ 11019 ] |
Attachment | screenshot-6.jpg [ 11020 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 | |
Assignee | Yip Ng [ yip.ng ] |
one additional note: it seems to only be an issue when there is a single perceived root node of the hidden root node. If there are two perceived root nodes of the hidden root node, the problem goes away, i.e.,
<invisible root node>
+ child 1