Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
The application's setup is as follows:
ace:dataTable -> ace:panelExpansion -> ace:dataTable -> ace:column -> h:commandLink
When expanding a row and clicking the commandLink, the action is not fired. The only way that works is if you expand the row above the current row. This still leaves the first row links to not be click-able.
This isn't an issue with the EE 3.3.0 P01 release. It is an issue with the P02 and with the 4.0.0 releases. Also if the commandLink is moved out of the nested dataTable, this issue is not seen so it seems to be specific to the nested table.
ace:dataTable -> ace:panelExpansion -> ace:dataTable -> ace:column -> h:commandLink
When expanding a row and clicking the commandLink, the action is not fired. The only way that works is if you expand the row above the current row. This still leaves the first row links to not be click-able.
This isn't an issue with the EE 3.3.0 P01 release. It is an issue with the P02 and with the 4.0.0 releases. Also if the commandLink is moved out of the nested dataTable, this issue is not seen so it seems to be specific to the nested table.
Attached test case that shows the issue.
Steps: