TableView needs two taps after scrolling to beginning or end (widget v2)

Has anyone else seen this?

If I scroll a tableview and it hits the end, the first tap on any row is ignored. This also happens if I scroll it up and it hits the beginning – first tap is ignored, second tap registers.

Scroll it part of the way, wait for it to stop moving, and first tap works as expected. (I’ve only tried this in the simulator, not on device.)

I did a search and can’t find this listed, and it’s also not in the bug list started by Kerem. But I find it add that I’d be the only one seeing the problem.

I’m using Corona 1135 and the widget library from github (downloaded just a few days ago).

 Jay

Okay, doing more sleuthing I see a fix in build 1138 that looks like it’s probably the fix for my problem:

Widget 2.0: Fixes the touch permission variable or tableviews if the view has hit bottom or top limit. Fixes casenum 23406.

If that’s the fix I need, why hasn’t it been rolled into the github version? Is that only updated when a new public build is released, and not a daily build?

Thanks.

 Jay

Not an official answer but as I understand it the github version is delayed behind the official code. Hopefully someone Corona side can say when they do github side updates.

Hey Jay,

The github repo has just been updated.

Thanks,

Alex

Oh, awesome! Thanks, I’m recording the new Widget v2 tutorial videos and that was bugging me. :slight_smile:

 Jay

Okay, doing more sleuthing I see a fix in build 1138 that looks like it’s probably the fix for my problem:

Widget 2.0: Fixes the touch permission variable or tableviews if the view has hit bottom or top limit. Fixes casenum 23406.

If that’s the fix I need, why hasn’t it been rolled into the github version? Is that only updated when a new public build is released, and not a daily build?

Thanks.

 Jay

Not an official answer but as I understand it the github version is delayed behind the official code. Hopefully someone Corona side can say when they do github side updates.

Hey Jay,

The github repo has just been updated.

Thanks,

Alex

Oh, awesome! Thanks, I’m recording the new Widget v2 tutorial videos and that was bugging me. :slight_smile:

 Jay