Slider.AllowLiveScrolling broken under Linux?

Can anyone else verify that Slider.AllowLiveScrolling appears to be broken under Linux?

Even when AllowLiveScrolling is set to False, the ValueChanged event fires as soon as the slider is moved.

The Xojo docs say that this is supported for all project types and targets. So I’m assuming that it is broken?

Prove your case with a small example and file a bug report if confirmed.

Submitted feedback case: 64165 - AllowLiveScrolling is broken under Linux

<https://xojo.com/issue/64165>

It’s already listed as fixed. Maybe next release have it ok.

It’s a fix in the documentation. GTK2 allowed this, but GTK3 does not.

Thanks @William_Yu. It’s good to at least know it’s not a bug.