Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
830985
Regression
No
Setting the "isActive" bool to true in "GUIStyle.Draw()" does not make button active
in "GUIStyle.Draw ()" setting "isActive " to true does not make the button active(green) unless you also set "isHover" to true.
Steps to reproduce:
1. Open attached project
2. Open scene view
- Observe that button "active" which has "isActive" set to true and "isHover" set to false is not green(not in active state).
Actual result: Button does not become active when setting "isActive" to true, "isHover" needs to be set to true as well in order for "active" button to work.
Expected result: Button should become active(green) without setting "isHover" to true.
Reproduced on: 5.5.0b2, 5.4.0p4, 5.3.6p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Add comment