Search Issue Tracker
Fixed
Votes
0
Found in
4.1.1f4
Issue ID
536347
Regression
No
EditorUtility.DisplayDialog does not display entire text
EditorUtility.DisplayDialog does not display entire text.
Reproduce:
1) Open attached sample project
2) The sample code is located in "Assets/Editor/DisplayDialogTest.cs"
3) Click the main menu item "BugReport > ShowDialogBug"
Observe that the text is not entirely displayed. I also added a screenshot of the messagebox how it looks on my system, you find it at "Assets/MissingText.png". Adding a linebreak at the end of the text does workaround the problem though.
Expected Behaviour:
The entire text should be displayed, no manual fiddling with linebreaking should be necessary.
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
Add comment