Conversation
- cell actions was covering the click element - adding a `moveMouseTo` fixes the issue
dc405d2 to
4e3769a
Compare
- checkbox click is happening before datagrid is done loading which is causing the selection to unset
|
/ci |
|
Pinging @elastic/eui-team (EUI) |
| @@ -1,6 +1,5 @@ | |||
| // Charts themes available app-wide | |||
| @import '@elastic/charts/dist/theme'; | |||
| @import '@elastic/eui/src/themes/charts/theme'; | |||
There was a problem hiding this comment.
@nickofthyme Would appreciate your help QAing this and confirming that the removed .echAnnotation CSS does not materially affect Kibana (see elastic/eui#7572 (review))
There was a problem hiding this comment.
@cee-chen did a check around kibana and see no impact of removing these styles.
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
cauemarcondes
left a comment
There was a problem hiding this comment.
Obs infra services LGTM
jsanz
left a comment
There was a problem hiding this comment.
Dashboard and Map changes look good to me.
x-pack/test/security_solution_cypress/cypress/tasks/hosts/events.ts
Outdated
Show resolved
Hide resolved
semd
left a comment
There was a problem hiding this comment.
Security solution LGTM. only a NIT.
tsullivan
left a comment
There was a problem hiding this comment.
For SharedUX, chrome-browser service snapshot changes LGTM
nickofthyme
left a comment
There was a problem hiding this comment.
CO changes look good 👍🏼
| const ColumnSorting = useDataGridColumnSorting({ | ||
| columns: myColumns, | ||
| sorting: sortedColumns, | ||
| schema: {}, |
There was a problem hiding this comment.
not that it wasn't like this before, but this and the array below should be a stable reference probably
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
v93.3.0⏩v93.4.0v93.4.0EuiButtonGroup'soptionsconfigs:toolTipContent,toolTipProps, andtitle. These new properties allow wrapping buttons inEuiToolTips, and additionally customizing or disabling the native browsertitletooltip. (#7461)EuiResizeObserveranduseResizeObserver's performance to not trigger page reflows on resize event (#7575)EuiSuperUpdateButtonto support custom button text via an optionalchildrenprop (#7576)Bug fixes
EuiFlyoutto not repeatedly remove/add a body class on resize (#7462)EuiToasttitle text to wrap instead of overflowing out of the container (#7568)EuiHeaderBreadcrumbswith popovers (#7580)Deprecations
euiPalettePositiveandeuiPaletteNegativein favour of a more culturally inclusiveeuiPaletteGreenandeuiPaletteRed(#7570)@elastic/chartsexports: (#7572)EUI_CHARTS_THEME_<DARK|LIGHT>in favor of<DARK|LIGHT>_THEMEfrom@elastic/charts. (#7572)EUI_SPARKLINE_THEME_PARTIALin favor ofuseSparklineOverridestheme from the kibanachartspluginthemeservice.Accessibility
EuiModalto set anaria-modalattribute and a defaultdialogrole (#7564)EuiConfirmModalto set a defaultalertdialogrole (#7564)EuiModalandEuiConfirmModalto properly trap Safari+VoiceOver's virtual cursor (#7564)