Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
2019.1.4f1
2019.2.0a1
Issue ID
1165948
Regression
Yes
When pasting the copied multi-byte text from the string field in the Editor it does not match with the initial text
How to reproduce:
1. Create a new Unity project
2. Add "UI - Text" object in the scene and type "あいうえお" in its text field
3. Copy the typed text either by Command-c short cut or from the context menu
4. Paste it to the text field or another text editor
5. See the text is pasted as "BDFHJ"
Expected result: The multi-byte text copied from the string field in the Editor does match the same pasted text in another field
Actual result: When pasting the copied multi-byte text from the string field in the editor it does not match with the initial text
Not reproducible with: 2017.4.30f1, 2018.2.21f1, 2018.3.14f1, 2018.4.4f1, 2019.1.0a9, 2019.3.0a8
Regression introduced in: 2019.1.0a10
Reproducible with: 2019.1.0a10, 2019.1.9f1, 2019.2.0b9
Fixed in 2019.3.0a6
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Resolution Note (fix version 2019.1):
We will not be backporting this fix to older releases. Fix will be in 2019.3 and above.