noctarius / chromebackspaceonlinux

Automatically exported from code.google.com/p/chromebackspaceonlinux
1 stars 1 forks source link

Events not captured when iframe in webcomponent #52

Open noctarius opened 2 weeks ago

noctarius commented 2 weeks ago

The key shortcut isn't correctly blocked on contentEditable field inside an iFrame inside a WebComponent. Potentially all iFrames are subject to the issue.

Test page: https://app.podcastpage.io/ -> page editor -> h4 text field

noctarius commented 2 weeks ago

Potential solution: https://stackoverflow.com/a/12904047