Search Issue Tracker
Fixed
Fixed in 6000.5.0a2
Votes
0
Found in
6000.5.0a1
Issue ID
UUM-126415
Regression
No
Multi-click in TextInput doesn't behave as expected
Steps to reproduce:
- Create a TextInput in an Editor window with some text in it (e.g. see attached script)
- Multi-click on the text.
Actual results:
- While multi-clicking:
## First focuses
## Second selects the current word
## Third selects the current paragraph
## Fourth unselects everything
## 5th and up everything stays unselected and you can't reselect in the current paragraph before clicking elsewhere
Expected results:
Either
- cycling: nothing, word, paragraph, nothing, word, paragraph, and on and on, OR
- Stay selected (this is the behavior we see on Windows in Chrome and Slack, for example)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Add comment