-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover] scrolling down to result not available on small screen #100329
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
FYI @andreadelrio, although this is not a 100% solution, i think we should scale the histogram when there's little vertical space available? Don't think it's a problem limited to Discover that you can have an infinite number of filters, all being rendered, eating up lot's of vertical space |
Another related issue that's being fixed here: #97634, scrolling the classic table down didn't trigger displaying more than 50 documents when there was little vertical space available |
Reserving for mob-programming session. |
Let's be considerate of the fact that what we do here - if it involves changes to the UX of the search/filter bar - has a wide reach. It's temping to just dive into a solution, but I suggest employ some caution and think through our options. :) |
Just my 2 cents here: I also struggle with Discover when exploring, because the scroll involves scrolling everything, both the filter/query bar and the field list on the left. This usually slows down the exploration because I need to scroll up every time I need to change the filter or a query or add a new field as a column. Some competitors use to keep fixed the filter/query and field list letting just the table scroll up and down (see Splunk). |
Hi @ryankeairns and @markov00 we just had a mob programming session where we went through multiple solutions as a start. We were thinking about:
We chose to explore the third option during our session. There were couple of approaches we thought about: I am now unassigning myself from this issue, hopefully someone from the Discover team will take over. |
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
relabeling / reassigning this issue, since the problem of having this amount of filters is surfacing in Disocver, and I'm pretty sure it will be resolved in the further iterations of UnifiedSearch |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
This issue is going in circles. The only way we could solve this in Discover, would be if we switch the whole application to be scrollable again, this is what we're doing in "mobile" view ... But I guess we won't do this wdyt @l-suarez @andreadelrio ? Else it's up to the owners of untied search / the filterbar to make the filters collapsible |
Agreed, there's little we can do on the Discover side except make all of Discover scrollable again, which comes with its own set of UX issues. The fundamental issue is that filters can consume way too much space, and that would need to be addressed at the Unified Search level. I don't think this should have been reassigned back to Data Discovery. |
I think this has to be solved on the Unified Search side. Multiple solutions have been suggested with pros and cons. I suggest we pick an easy one that won't be too costly to implement. One that comes to mind is setting a max height to the area where the filter pills are displayed. When that height is reached we enable vertical scrolling. Eventually we will have Unified Search 2.0 which should incorporate considerations for this scenario out of the box. cc @ThomThomson |
Swapping this to Presentation team for triage as they own Unified Search now. If the level of effort is relatively low we should do it sooner than later. |
Kibana version:
7.12.x
Browser version:
Chrome Version 90.0.4430.212
Describe the bug:
When using small screen and lots of filter it is possible scroll down to result in 7.12.1 .
It was working fine in previous version, I tried in 7.5.2 and scroll down to the result is working fine.
You can have a look to the screenshot for the repro. Indeed you can see that the scrolling bar on right side is at the bottom, and unable to scroll down to see the result (even with the mouse wheel).
Workaround is to hide the chart or reduce the width of the window to switch to mobile friendly mode.
Expected behavior:
Being able to scroll down in the result
Screenshots (if relevant):

The text was updated successfully, but these errors were encountered: