Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.1.0a8
2019.1.0a13
2019.2.0a1
Issue ID
1117293
Regression
No
ToolbarSearchField has missing search icon when clicked and setting its .style.width field does not modify the width properly
How to reproduce:
1. Open the attached project "case_1117293-ToolbarSearchFieldIssue"
2. Open the custom Editor Window by going to Window -> "Toolbar Search Field"
3. Click the search icon of any of the search fields in the window
4. Observe the field widths and separating bar locations
Expected result: a pressed search icon texture is shown when clicking the search icon. Specifying the width modifies the horizontal size of the text field
Actual result: blank rectangles appears instead of the highlighted search icon texture. Changing width only shifts the ToolbarSearchField's separator (black bar texture)
Reproducible with: 2019.1.0b6, 2019.2.0a7
Could not test with 2019.1.0a7 and older (compilation errors due to changed API)
Note: the user has created a workaround for modifying the search field's width which should probably be more easily achievable. The workaround is slightly flawed however when the text field is full as it shifts the clear button more to the right
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment