-
New Feature
-
Resolution: Done
-
Normal
-
7.0.2
-
Security Level: Jimmy
-
None
Background
Assuming the current focus is on the paging input box, if the TAB key is pressed, 'paging next button' is not getting focus. This is the case for other pagination buttons. In ZK6, the pagination buttons (in enabled state) were focusable.
Customers usage steps are :
- click to paging input box
- press tab
- press enter to switch to next page
Although page up/ down can switch page, but it also changes item selection which might cause heavy operation of server side listener. This could be one of user's concern to avoid using it. Next page button doesn't change item selection.
Workaround
override paging's mold js and specify href attribute for all switching pages related buttons.
- relates to
-
ZK-2413 Press page up key in the paging box of a Listbox increases page number
- Closed