Demo here: https://playground.lwcjs.org/projects/NnDdO6d8X/42/edit Repro steps: 1. Click any of the "click to edit" lines in the Preview Expected behavior: all "click to edit" lines are replaced with a text box, and the text box associated with the element clicked gains focus. Actual behavior: all "click to edit" lines disappear (as expected) and the text boxes show up in the DOM (as expected) but the text boxes never render, leaving the page blank. This seems to be a regression since Safari 14.1 - Chrome, etc are unaffected.
The demo is not loading.
Created attachment 431490 [details] demo Added demo as attachment. To run, navigate to index.html.
That doesn't seem to work: [Error] ReferenceError: Can't find variable: System Global Code (app.js:1)
Sorry about that. Here's a publicly accessible demo: https://webcomponents.dev/edit/MELLJkprhIXDtgKpaahc
This was fixed by https://trac.webkit.org/changeset/275938/webkit
<rdar://problem/79377003>