Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Bug (IN-13558) Touching scroll view after dragging scrollbar makes unexpected scroll position changes

Discussion in '2022.2 Beta' started by Kichang-Kim, Aug 10, 2022.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    977
    Hi. I found UIToolkit bug related to ScrollView.

    When you touching scroll view after dragging scroll bar, its scroll position is unexpectedly changed.

    Reproduction step is super simple:
    1. Make scroll view.
    2. Add some labels until its scroll bar is shown.
    3. Play it on mobile device. (I tested on Android Galaxy S9+)
    4. Dragging scroll bar to bottom.
    5. Touch scroll view body.
    6. You can see that scroll position is reset to top.

    Tested on Unity 2022.2.0b4 + Android Galaxy S9+.

    Reported as IN-13558.
     
    MiTschMR likes this.
  2. MiTschMR

    MiTschMR

    Joined:
    Aug 28, 2018
    Posts:
    338
    This already happens in 2021.3.4f1 in my case, it’s not only related to this beta. A backport would be much appreciated.
     
  3. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    977