-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve iframe node id through loading callback #724
base: master
Are you sure you want to change the base?
Conversation
f766e56
to
8af21d4
Compare
8af21d4
to
4b2276c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…e reason I'm seeing the `__sn` attribute on the iframe DOM element disappearing with the callback
4b2276c
to
8f887fa
Compare
|
Co-authored-by: Justin Halsall <[email protected]>
So the circumstances of this PR were that the iframe element was 'somehow' losing it's We no longer store the So now the question would be whether the identity of the iframe has changed such that in that scenario, the mirror wouldn't be able to retrieve it. I don't know as I don't have the scenario available anymore. So we could merge as a precaution; what do you think @Juice10 ? |
@eoghanmurray we don't have a test case for this. And the underlying code has changed pretty heavily. I'm thinking we close this till it becomes a problem again and resurrect it then (with test case). But I'm not 100% on this one |
Ensure the iframe id survives the onceIframeLoaded process; for some reason I'm seeing the
__sn
attribute on the iframe DOM element disappearing with the callback