You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Given a root StackLayout that has x:DataType set, and a child StackLayout that resets x:DataType to null, moving any of the Slider instances initially works but then they become unmovable (app hang on iOS, eventual crash on Android).
Description
Given a root
StackLayoutthat hasx:DataTypeset, and a childStackLayoutthat resetsx:DataTypetonull, moving any of theSliderinstances initially works but then they become unmovable (app hang on iOS, eventual crash on Android).Steps to Reproduce
Expected Behavior
The
BoxViewcolor is updated as the sliders move, and the sliders can move indefinitely.Actual Behavior
The
BoxViewcolor is updated as the sliders move, but after a couple of seconds it becomes impossible to move any of the sliders as the app has hung.Basic Information
Reproduction Link
DataBindingDemos.zip