Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
Description
When an ace:dataTable has pagination enabled and the table contains text input fields, pressing the home, end or arrow keys in them causes the table to navigate to a different page, depending on the key pressed.
This can be easily reproduced by modifying the showcase ace:dataTable > Paginator demo to render an <h:inputText /> component in any of the columns. When loaded, focus any <h:inputText /> component and press the home, end or arrow keys and see how pagination is triggered.
This can be easily reproduced by modifying the showcase ace:dataTable > Paginator demo to render an <h:inputText /> component in any of the columns. When loaded, focus any <h:inputText /> component and press the home, end or arrow keys and see how pagination is triggered.
r48657: fix to avoid triggering pagination when arrows keys and home, end, pgup, pgdn keys are pressed on input text elements, textarea elements, select elements and the ace:sliderEntry handle
Testing notes: please test with all possible input ace:* and h:* components that can be controlled with the keyboard