Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA
-
Fix Version/s: 3.1.0.BETA1, 3.1, EE-3.0.0.GA_P01
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
Description
If a commandButton is located in an ace:dataTable footer facet and the dataTable is set to be scrollable, the commandButtons action event is not called. Using the same code with a non scrollable ace:dataTable the commandButtons action event methods are called.
Test case that shows the issue. The top table is set to be scrollable, the two buttons in the footer section action listeners are not called. The table below uses the same markup but without scrolling and the action listener is called.