Closed gryn closed 11 years ago
Sorry, second paragraph is not true -- I missed the 'return' case in reset().
Okay, thanks for reporting!
@gryn I did some quick fixes for this. Could you try and test with the latest code from master
branch?
Hi kristerkari, I'm unable to test this anymore as I've found myself inundated with other client's tasks (and I have already coded and shipped a work around for the client this affected). I'm sure you've got it under control though, thanks for the quick response. :)
When using the iOSNativeScrolling option calling restore(), stop() or flash() will cause an error. This is because generate() is not called in this case. Either these functions should guard for this.pane not being set, or this.pane should be set to $().
Additionally, reset() calls generate() regardless of the iOSNativeScrolling setting, which it should not do -- probably -- in this case.