Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0b8
Issue ID
776991
Regression
No
Bool PropertyField is unclickable if it is Indented and has low labelWidth
Steps to reproduce:
1. Open attached project "776991.zip"
2. Open scene "repro"
3. In hierarchy, select Direction Light
4. Notice that it has Test Indent component. Try clicking on checkbox found in the inspector of component
5. Checkbox isn't clickable
Additional steps:
6. Open script TestIndentEditor.cs
7. Comment out line 20: EditorGUI.indentLevel++;
Note: This happens due to checkbox being indented and having low label width (=1). This happens with bool checkbox, input field of string or int works as expected even with low label width.
Workaround: Increase label width, around 15 is enough.
Reproduced with: 5.2.4f1, 5.3.3p2, 5.4.0b9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment