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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment