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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note (fix version 2019.1):
We will not be backporting this fix to older releases. Fix will be in 2019.3 and above.