I’m pretty new to Unity, but I have spent few evenings now trying to solve this issue searching trough internet without success… This disturbs me and I would like to understand what I’m doing wrong.
My issue is regarding TMP Input field & scrollbar behavior. I have TMP Input field which purpose is just to show instructions for the user, so I have ticked the “Read Only”-box in inspector under the Control Settings. I have also ticked “OnFocus - Select All”-box for user to be able to select & copy all the text once. With this setup while on play mode, if I first click the text and select all the text, and after this I click somewhere between the text lines in order to unselect the text, and after text is unselected, I try to scroll down with mouse roll (or dragging by scrollbar handle), the text jumps back to up all the time & I’m never able to reach the bottom of text lines. I’m able to reproduce this behavior also in TMP Examples & Extras Scene 20 (Input Field with Scrollbar) just ticking “Read Only” and “OnFocus - Select All” boxes.
Hi, I made an experiment and created new project using version 2019.4.13f1 and installed TMP 2.1.3. I tested with the Example Scene 20 (Input Field with Scrollbar). Ticked OnFocus & Read Only boxes. In play mode, clicked the text (selects all text), then clicking between the text lines to unselect. After this, strange behavior continues and text is jumping up when I try to scroll down.