Skip to content

[Lens] If editor flyout crashes there is no way to close/click elsewhere #242707

@markov00

Description

@markov00

Kibana version:
main

Describe the bug:
If the inline editor, for some internal reason, crashes there is no way to:

  • close the editor
  • click to the refresh page button nor the show details button

It looks like the editor flyout has a pointer-event: none configured blocking every event also in case of carsh.

.kbnOverlayMountWrapper {
padding-left: 400px;
margin-left: -400px;
pointer-events: none;
.euiFlyoutFooter {
pointer-events: auto;
}
}

Expected behavior:

I should be able to click to the error boundary message and I need to be able to see error details and refresh the page.

Screenshots (if relevant):

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions