elastic / kibana

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

[Dashboard] Adding an image panel doesn't scroll the new panel into view #184844

Open cqliu1 opened 5 months ago

cqliu1 commented 5 months ago

The dashboard should scroll a new panel into view on creation. The image embeddable is the only panel type that doesn't do this.

Jun-05-2024 07-50-04

elasticmachine commented 5 months ago

Pinging @elastic/kibana-presentation (Team:Presentation)

Heenawter commented 5 months ago

This is most likely a consequence of the embeddable rebuild - we must not be properly setting the scrollToPanelId when React embeddables are added.