-
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
Navigation menu item is not highlighted if navigating to solutions from the Kibana home page #78528
Comments
Pinging @elastic/kibana-core-ui (Team:Core UI) |
Pinging @elastic/kibana-platform (Team:Platform) |
When navigating from the home to The second value is wrong, and causes this check
to be falsy. When navigating using the navigation menu, It's behaving as expected by only emitting The same thing occurs with observability and security. Seems like a bug in the e.g for enterprise search: |
After further investigations, it's a mix of two things:
kibana/src/plugins/home/public/application/components/app_navigation_handler.ts Lines 23 to 29 in 532f2d7
This is wrong on two levels:
Changing |
Kibana version: 7.10.0-SNAPSHOT
Elasticsearch version: 7.10.0-SNAPSHOT
Original install method (e.g. download page, yum, from source, etc.): Docker
Describe the bug:
Navigating to Enterprise Search, Observability, Security from the Kibana home page does not highlight the navigation menu item on the left.
Steps to reproduce:
Expected behavior:
Selected navigation menu item should be highlighted as if navigating via the menu item.
Screenshots (if relevant):
gif
The text was updated successfully, but these errors were encountered: