-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.3, 6.5.4
-
Security Level: Jimmy
-
None
With 6.5.2 if listbox has ROD turned on and has paging mold end user can use keyboard navigation in following manner
Deploy attached maven project
1. Call the application http://localhost:8080/zkdemo-MVVM_Tutorial/demo.zul
2. Push the search button
3. Select the first item in the table and press the down key
4. If the end of first page is reached
a. it automatically goes to the next page (with ZK 6.5.2)
b. it stays on the last item of the first page and sometimes also jumping to the second item of the first page and then stays on the last item of the first page
( with ZK 6.5.3/6.5.4 )
- is blocked by
-
ZK-1715 The disabled listitem shall not be selected when use SHIFT + DOWN key with a paging listbox
- Closed