You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When going into Presenter mode, if you click the mouse such that the focus moves to the <iframe> moving left / right through the slides doesn't work.
Details
Not sure if this is just a matter of making sure all events bubble up? I know the <iframe> is in a shadow root, maybe that's why the events don't capture? Which is interesting, since the event handler is also set within a shadow DOM though? 🤔
Somewhat related maybe, but if an alternative to the <iframe> is found as part of #8 , then maybe this problem goes away?
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
When going into Presenter mode, if you click the mouse such that the focus moves to the
<iframe>
moving left / right through the slides doesn't work.Details
Not sure if this is just a matter of making sure all events bubble up? I know the
<iframe>
is in a shadow root, maybe that's why the events don't capture? Which is interesting, since the event handler is also set within a shadow DOM though? 🤔Somewhat related maybe, but if an alternative to the
<iframe>
is found as part of #8 , then maybe this problem goes away?The text was updated successfully, but these errors were encountered: