elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.64k stars 8.23k forks source link

[Discover][ES|QL] Visualization flyout and Doc Viewer flyout should not overlap #182929

Closed jughosta closed 4 weeks ago

jughosta commented 6 months ago

Kibana version: main

Currently, if user opens the DocViewer in ES|QL mode and then tries to open the Visualization flyout, both flyouts would be open but only DocViewer is accessible. Depending on the screen width, the Visualization flyout can be slightly visible or fully covered.

Screenshot 2024-05-08 at 14 07 19

We could consider closing a previous flyout before opening a next one.

elasticmachine commented 6 months ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

kertal commented 6 months ago

We could consider closing a previous flyout before opening a next one.

yes just one flyout should be opened, if another one is open, it should be closed 👍

jughosta commented 4 weeks ago

Closed via https://github.com/elastic/kibana/pull/193865