hideScrollBar does not work on daily builds [widget.newScrollView]

Hello

could anyone confirm, that when created, scroll view with hideScrollBar will not show scroll bar, but after being locked and unlocked, the scroll bar will appear?

This is the case for scroll view since quite a few daily builds.

Thanks

Krystian

Hi @krystian6,

Which build is this appearing in? I just tested a basic scrollView in #2340 (quite recent), set “hideScrollBar” to true, then did a “:setIsLocked( true )”, then back to false, and the scroll bar does not appear.

Thanks,

Brent

Hello Brent,

I’m on the latest. This issue is related with passing touch to other display objects I think. Tomorrow morning we will try to create a sample, I’ve tried something simple today and failed, so tomorrow we will put a little more effort it :slight_smile: and I will get back to you.

Thanks

Krystian

I’ve created a case with sample project attached

Case 33852

The issue is when two scrollviews are created with different hideScrollBar settings. The first one will have the setting overwritten by the latter.

Hi @krystian6,

Which build is this appearing in? I just tested a basic scrollView in #2340 (quite recent), set “hideScrollBar” to true, then did a “:setIsLocked( true )”, then back to false, and the scroll bar does not appear.

Thanks,

Brent

Hello Brent,

I’m on the latest. This issue is related with passing touch to other display objects I think. Tomorrow morning we will try to create a sample, I’ve tried something simple today and failed, so tomorrow we will put a little more effort it :slight_smile: and I will get back to you.

Thanks

Krystian

I’ve created a case with sample project attached

Case 33852

The issue is when two scrollviews are created with different hideScrollBar settings. The first one will have the setting overwritten by the latter.