-
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
[GS] CMD+click
should open the result in a new tab
#147710
Labels
Feature:Navigational Search
Global search bar
good first issue
low hanging fruit
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Comments
Pinging @elastic/kibana-core (Team:Core) |
7 tasks
Pinging @elastic/appex-sharedux (Team:SharedUX) |
rshen91
added a commit
that referenced
this issue
Jun 3, 2024
## Summary Closes #147710 This PR follows the pattern set up in https://github.com/elastic/kibana/blob/main/x-pack/plugins/spaces/public/nav_control/components/spaces_menu.tsx#L164-L170 to allow the cmd click behavior to work for kibana global search. I'm exploring contributing to the EUI repository in this elastic/eui#7788 but that avenue may not be fruitful. This implementation is already being used in spaces and can immediately provide value for global search with this PR merge.
rohanxz
pushed a commit
to honeyn303/kibana
that referenced
this issue
Jun 4, 2024
…183762) ## Summary Closes elastic#147710 This PR follows the pattern set up in https://github.com/elastic/kibana/blob/main/x-pack/plugins/spaces/public/nav_control/components/spaces_menu.tsx#L164-L170 to allow the cmd click behavior to work for kibana global search. I'm exploring contributing to the EUI repository in this elastic/eui#7788 but that avenue may not be fruitful. This implementation is already being used in spaces and can immediately provide value for global search with this PR merge.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Navigational Search
Global search bar
good first issue
low hanging fruit
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
From #77663:
When
Cmd+click
on a result in the Global Search, it should open the result in a new tab instead of navigating to the result in the current tab.We may want to fix this in
application.navigateToApp
, though so it applies to allCmd+click
across Kibana.Related issue: elastic/eui#5408
The text was updated successfully, but these errors were encountered: