-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Add same-origin iframe support #1517
Conversation
This issue was occuring on the bottom 2 items of the iframe list in Storybook.
🦋 Changeset detectedLatest commit: 9134a41 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Going to go ahead and merge this @chrisvxd, I think it's working well enough to be included into the experimental branch and we can work on some improvements in separate PRs, as this one is getting quite large. |
Based on #1510
Add some stories for same-origin iframe support, and patch the implementation to calculate the iframe position. This implementation works with both pointer and keyboard sensors.