Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.3.0
-
None
Description
AbstractTree$TreeItem renderHead does not call renderHead for child TreeItems (it does for all children of child TreeItem but not for TreeItem itself). The result of this is that inMethod tree grid does not add clickable behavior to child rows when a row is expanded. For previous versions of wicket this was not a problem as markup rendering will render the onclicks.