-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[cosmetic][dashboard] Filter dropdown options on time grain filter not visible #12004
Comments
@adam-stasiak let's add this to our test case. @zuzana-vej thanks for reporting! |
@zuzana-vej btw, we recently fixed the filter box, it's scrollable when the size is small. have you tried it? |
Here is a recording. I would expect the TIME GRAIN box behave same as the other dropdowns - see the difference on the video. Otherwise this happens when user resizes the filter box to a small size. The larger the size, the more dropdown option they see - specifically for TIME GRAIN. If the filter box has only TIME GRAIN and they resize it, they face the issue initially described. If the filter box has 10 other filters, or if they keep it large (height) they might not face this issue at all. Most users try to conserve space and make filter boxes as small as possible. |
Just wanted to confirm this is still the issue and we are 100% up to date with mater now -- see the gif in above listed comment. it only happens for time grain, and when you don't have many other filter boxes below. |
* Fix hidden dropdown when overflowing * Remove unnecessary space * Remove unused var
Tested - this looks resolved now on Dashboard (where we discovered the bug). |
Filter dropdown options are not visible, making it hard for user to make their filter selection.
Expected results
The filter dropdown should display in a way that it's possible for user to scroll through the options. Drop down should display at least 4 or 5 options, if not all, and give enough space to scroll down and see options easily.
Actual results
The filter dropdown displays improperly making very hard for user to select their filter, specifically Drop down for filters box does not allow to see more than 1.5 options, which makes it very hard to use
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
master
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
This was working fine last week, so likely is a regression.
The text was updated successfully, but these errors were encountered: