-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Embeddables] Reset, discard changes, or inline editing cancel can cause infinite loading #150920
Comments
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
This doesn't happen only for converted to Lens panels but in general if you create a by value visualization and then make some changes, switch to view mode and discard the embeddable appears with an error. @elastic/kibana-presentation do you know which could be the problem here? |
I think these might be two different bugs - with the one where discarding changes to a by value Lens results in a Let us fix that one first, then we can figure out what is going on with this infinite loading bug. |
Cool, possibly is the same root! |
The same bug when you click on newly available reset action. reset_does_infinite_loading.mp4 |
Verified that this is still happening on 8.11 - this should be resolved by the embeddable refactor initiative (#167429) because an embeddable type change should no longer require an object to be destroyed/recreated. |
Another case I can run into is when we did import the dashboard using
|
Kibana version: 8.7.0 BC1
Elasticsearch version: 8.7.0 BC1
Server OS version: darwin_x86_64
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from staging
Describe the bug: if user clicks on convert to lens ->lens app->replace in dashboard-> switch to view mode - discard changes - then that panel keeps loading infinitely.
Console error:
Panel loading infinitely -
The text was updated successfully, but these errors were encountered: