-
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
Collapsed navigation does not scroll to top of dashboards from long pages #198870
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
I can reproduce the issue. When we are on a page with a long scroll and we then open the collapsed nav, it positions itself in the DOM with a large I will open a PR in eui to close the menu after clicking on a link. It should fix this issue. cc @cee-chen in case you have some insight on why this is happening |
@sebelga Is there a staging server or similar I can take a look at in the DOM? I suck at getting serverless running locally unfortunately 🙈 |
@cee-chen You don't need to run serverless. Add this in your
Then edit the space and set a solution view (e.x. "Observability) |
Thanks Sebastian, you're an hero! I agree (per your linked PR) that closing the popover on link click will fix this specific bug and is generally better UX. I think this is also improvable on EUI's side of things, because as you can see when scrolling the long settings page with the popover open, it should be "fixed" to the nav toggle when it's not: As such, I've also opened a small PR on EUI's side of things that adds the |
Describe the bug: When focus is on the bottom of a long page, navigating to a previously open dashboard does not reset you to the top
Steps to reproduce:
histogram:barTarget
Expected behavior: See the dashboard
Actual behavior: See a gray screen (you are as far down the dashboard as you were in stack management)
Screenshots (if relevant):
Kibana version: 8.16 (pre-release, staging)
Elasticsearch version: 8.16 (pre-release, staging)
Server OS version: Elastic Cloud GCP
Browser version: Chromium Engine Version 130.0.6723.92
Browser OS version: macOS 14.7.1
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud
The text was updated successfully, but these errors were encountered: