-
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] Set ownfocus to false when displaying the document flyout #108646
[Discover] Set ownfocus to false when displaying the document flyout #108646
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @kertal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Chrome Linux. Works as expected. Code LGTM
💔 Backport failed
To backport manually run: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…lastic#108646) # Conflicts: # test/functional/apps/discover/_data_grid_doc_table.ts
Summary
A while ago the
ownFocus
property ofEuiFlyout
was set to a new default (false
). This no longer allowed in Discover new table to e.g. select records in the document table, while theEuiFlyout
was active. This PR restores this functionality. On top of that, due to recent font changes the time column was no longer without truncation.Now it looks like this (background accessible, no more time column truncation)