rusackas commented on PR #41697: URL: https://github.com/apache/superset/pull/41697#issuecomment-4895037946
Thanks for the recording @TasmiaZerin1128, that pinned it down. The hole: `document.fonts.ready` resolves once, and if the editor font only starts loading lazily (first time something actually renders with it), `ready` has already settled by then and the re-measure never fires. Pushed 959aca7e9b, which explicitly requests the editor font via `fonts.load()` and re-measures when that specific load resolves, plus re-measures on any later `loadingdone` event while the editor is mounted. Mind giving your repro another spin on the updated branch? -- 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]
