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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment