durgaprasadml commented on PR #41536: URL: https://github.com/apache/superset/pull/41536#issuecomment-4910542834
Thanks for taking another look! I've updated the PR title and description to reflect the current implementation instead of the earlier SliceHeader hypothesis. Regarding the symptom from #40373, this PR specifically addresses the case where a chart description is configured to start expanded via `expanded_slices`, but remains visually collapsed on the initial dashboard load because its height is measured before the asynchronously rendered markdown content has completed layout. By re-measuring the description after the markdown render completes, the expanded description is displayed with the correct height on initial render. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
