-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search & Filter hidden Search button breaks vertical alignment within search box when focused #5289
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-14048.
|
Taking a look at it, it seems the easy fix would be to use Here are two questions prior to a PR :
|
I don't believe manipulating the |
The problem is that the form element containing the search input and the hidden search button takes up too much height when the hidden search input is focused. I attempted to solve this by restricting the height of these elements to |
Triage: this may be high effort fix. This component is used only in React component context, so we should check how it behaves there (not just in static Vanilla docs). |
@pastelcyborg: possibly it can be a quick fix (just to make it not break it). Let's timebox them. Triage: let's try to find a quick fix (max half-day worth of work). If not, leave it for new architecture. |
Describe the bug
The Search & Filter search box contains a hidden Search button that becomes visible when the user tabs over to it from the chips/input itself. When this button becomes visible, it breaks vertical alignment within the search box, effectively pushing all the search box contents down a significant amount.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Optimally, the vertical size and alignment within the search box should not change when the hidden Search button is visible/focused.
Screenshots
The text was updated successfully, but these errors were encountered: