Bug in ScrollView introduced in some newer version of CoronaCards

The ScrollView works perfect on version 15.0.2613.0

I installed the newest version  15.0.2799.0 and now it behaves strangely.

If I scroll slowly, it is OK.

As soon as I start scrolling a bit faster (or swipe), the ScrollView blinks and starts from top.

So, somewhere between this two version a bug was introduced.

Can you post your scrollView code? We’ve made several updates. 2613 is kinda old.

Rob

I have found which daily build broke the ScrollView.

The last one that works is 2754.

So 2755 and above have the above behavior.

Please fix this.

Idem for 2828!

Regards

This should be fixed as of 2830, correct?

Brent

Everyone,

We’ve confirmed that this bug was introduced in daily build #2755.  The issue was that the timestamps assigned to touch events changed in that version and were no longer relative Corona’s system.getTimer() Lua API.  This caused issues in scrolling in widgets.  This issue was fixed in daily build #2831, which is the daily build *after* our last release.  Here’s a link…

   https://developer.coronalabs.com/release/2016/2831/

Thank you for reporting this issue and sorry about the inconvenience.

Can you post your scrollView code? We’ve made several updates. 2613 is kinda old.

Rob

I have found which daily build broke the ScrollView.

The last one that works is 2754.

So 2755 and above have the above behavior.

Please fix this.

Idem for 2828!

Regards

This should be fixed as of 2830, correct?

Brent

Everyone,

We’ve confirmed that this bug was introduced in daily build #2755.  The issue was that the timestamps assigned to touch events changed in that version and were no longer relative Corona’s system.getTimer() Lua API.  This caused issues in scrolling in widgets.  This issue was fixed in daily build #2831, which is the daily build *after* our last release.  Here’s a link…

   https://developer.coronalabs.com/release/2016/2831/

Thank you for reporting this issue and sorry about the inconvenience.