-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
We found an issue with a scrollTo method in our attempt to dynamically resize the # of rows in a sheet.
If "this" is an extension of org.zkoss.zss.ui.Spreadsheet
this.focusTo(42, 6);
According to the documentation, this should result in the selection being selected AND scrolled into view. It is only being selected.
http://www.zkoss.org/javadoc/latest/zss/org/zkoss/zss/ui/Spreadsheet.html#focusTo(int, int)
- is duplicated by
-
ZSS-345 focusTo doesn't work as expected
- Closed