Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.4.0f1
2019.1.0a1
2019.1.1f1
2019.2.0a1
2019.3.0a1
Issue ID
1165255
Regression
No
Using GUIStyle.fixedHeight to set the Height of EditorGUILayout.TextField or PasswordField does not update the Interactable Area
To reproduce:
1. Download attached "New Unity Project (4).zip" project and open in Unity
2. Open the Custom Editor Window under Examples > TextField custom height
3. The upper TextField is using GUILayout.Height and can be selected anywhere in the Visual Field
4. The bottom TextField is using GUIStyle.fixedHeight and has only a small area on the first line, where you can click and select the Text. The lower part of the field is not intractable
Expected result: You are able to click and select anywhere in the Visible Field when using GUIStyle.fixedHeight
Actual result: Using GUIStyle.fixedHeight to set the Height to a larger value does not allow You for clicking and selecting in the bottom part of the Text fields
Notes:
- This issue appears on both Windows and macOS
Reproduced on Unity 2017.4.0f1, 2017.4.29f1, 2018.3.14f1, 2018.4.3f1, 2019.1.7f1, 2019.2.0b6 and 2019.3.0a7
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note (2020.1.X):
Low priority defect and unlikely to be fixed for the near future