Unity Issue Tracker - PointerUpEvent doesn't work when using left-click on a dragger of the Slider
Closed
UUM-3464
PointerUpEvent doesn't work when using left-click on a dragger of the Slider
Unity: UI Toolkit Framework
Won't Fix
2022.2.X
2022.1.X
2021.3.X
2021.2.X
2020.3.X
Port canceled as we transition to 2022.2 (2022.2.X port is active or already resolved)
Canceling this port since 2021.2 is not a supported version anymore. There is also another port opened to track 2021.3 which is the supported version.
Not going to be fixed as this can only be fixed in packages (UI Builder and/or UI Toolkit) which are not actively maintained for 2020.X editors. Please consider using the Unity 2021LTS or more recent editions.
Reproduction steps:
1. Open users attached project
2. Open Assets > Scenes > SampleScene.unity
3. Enter Play Mode
4. In the Game View left-click and release the dragger of the Slider
5. Observe the Console window
Expected result: "down" and "up" messages are printed in the Console
Actual result: Only the "down" message is printed is in the Console
Reproducible with: 1.0.0-preview.15, 1.0.0-preview.18 (2020.3.32f1), Built-in (2021.2.19f1, 2021.3.0f1, 2022.1.0b15, 2022.2.0a10)
Couldn't test with: 2019.4.38f1 (UI Toolkit not supported)