New Scrollview bottom padding broken

Hi,

I’ve raised a new issue with coronalabs:
Case 18720

Scrollview bottomPadding value is not used by the scrollview. topPadding works fine.

It’s very easy to reproduce and same behavior is observed on simulator/android/ios.

Thanks,
Krystian

P.s.
Oh… it was tested on 964 and 941. [import]uid: 109453 topic_id: 32888 reply_id: 332888[/import]

Additional note:

to enable bottomPadding you have to set topPadding value. It could be 0, but it has to be set.
Nice workaround, doesn’t change the fact, that scroll view is broken.

Someone from coronalabs who sees this topic could update the bug/case with this info please? [import]uid: 109453 topic_id: 32888 reply_id: 130908[/import]

Oh no…
sorry my bad.

It doesn’t work this way.
we simply added a transparent rect into the scrollview with height of sv.content.contentHeight + sv.bottomPadding + sv.topPadding

still a workaround for someone in need… [took me 1 hour to figure out why the hell it works in one scrollview and not in the other]. [import]uid: 109453 topic_id: 32888 reply_id: 130919[/import]

Additional note:

to enable bottomPadding you have to set topPadding value. It could be 0, but it has to be set.
Nice workaround, doesn’t change the fact, that scroll view is broken.

Someone from coronalabs who sees this topic could update the bug/case with this info please? [import]uid: 109453 topic_id: 32888 reply_id: 130908[/import]

Oh no…
sorry my bad.

It doesn’t work this way.
we simply added a transparent rect into the scrollview with height of sv.content.contentHeight + sv.bottomPadding + sv.topPadding

still a workaround for someone in need… [took me 1 hour to figure out why the hell it works in one scrollview and not in the other]. [import]uid: 109453 topic_id: 32888 reply_id: 130919[/import]