-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
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.
kibana/x-pack/platform/plugins/shared/lens/public/react_embeddable/mount.tsx
Lines 67 to 74 in 2522252
| .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):

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience