-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
:mlFeature:Anomaly DetectionML anomaly detectionML anomaly detectionProject:AccessibilitybugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceloe:smallSmall Level of EffortSmall Level of Effortv7.10.0
Description
Kibana version: 7.8+, master
Describe the bug:
There's an EuiFlyout inception that is happening when opening the "JobSelectorFlyout" flyout from Dashboard.
Steps to reproduce:
- Open a dashboard with swim lane
- Edit swim lane
- Watch as you see two levels of flyouts appear during the animation. Once they're fully open it's hard to tell until you search the rendered dom.
Expected behavior:
One flyout. The two flyouts can cause the animation to be sluggish and stutter. It will also cause problems with the EUI upgrade that pushes the panel below the header. Nested flyouts will double that amount.
Any additional context:
- Same as [Dashboard] Add panel flyout opens 2 flyouts #64789
- Example fix: [bugfix] Add panel flyout opens 2 flyouts #65861
- Issue is caused by using
core.overlays.openFlyout(<EuiFlyout></EuiFlyout>).<EuiFlyout/>- shouldn't be used in this case, as core adds own one.
Metadata
Metadata
Assignees
Labels
:mlFeature:Anomaly DetectionML anomaly detectionML anomaly detectionProject:AccessibilitybugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceloe:smallSmall Level of EffortSmall Level of Effortv7.10.0
