-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.3
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
- run selectedIndex.zul with ZK 7.0.3 CE
- select an item in the listbox
- press page down
- press page up
Actual Result
the label blew the listbox shows -1
Expected Result
the label blew the listbox should show non-negative index number
Debug Information
this issue doesn't happen in EE.
Workaround
remove <custom-attributes org.zkoss.zul.listbox.rod="true" /> because listbox is in paging mold.