Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.1
-
None
-
None
-
Windows XP, IE
Description
Tree2 node commandLinks are not firing their associated method bindings until the commandLink is clicked the second time. This only happens when the node is shown for the first time after being expanded.
For example, given tree
A
_ B |
When tree is in collapsed state, simply A and then expanded as shown above, the first click to B does not invoke associated method binding for B. A subsequent click to B will work properly.
This is happening subsequent to MYFACES-580, which fixed the bug where duplicate ids where being complained about.
Not sure if the 2 are related.
This is ocurring in 9/24 nightly build.