I have posted my fixes for the widgets api on GitHub so anyone can browse it, see changes, suggest fixes and contribute.
This is a continuation of the conversation started here.
If you have a fix you think should be included make a pull request on GitHub or post the fix here.
Currently only scroll view and table view fixes are included.
For instructions on how to use the fixes and fix descriptions read the readme.txt in appropriate build folder.
GitHub repository can be found here.
Quick list of fixes for 2014.2189:
-
scroll view and table view will not jump back to starting position if scrolling in opposite direction before bounce back has completed (vertical and horizontal)
-
exposed scrollView:updateScrollAreaSize() for making sure the scroll works correctly when moving objects inside the scroll view
-
fixed some issues when using multiple scroll views or table views at the same time
-
scroll view and table view now respect the vertical scrolling threshold
-
fixed table view bug when deleting multiple rows
-
fixed table view deleteRow bug that says table view is scrolling when it’s not and doesn’t allow delete
-
all scrollTo methods for scrollView and tableView return the transition handle so it can be canceled if needed
Primoz