-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG]: CardElement
not focusing next element on forward tab when within iframe
#384
Comments
@andy-hook Thank you for flagging this. We are investigating into this issue and will update the status here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks @graceg-stripe , was there any progress? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It happens when you Shift+Tab too, moving from |
Any updates on this? It's still very much an issue. |
We just realized this is an issue for us too and is a very very big deal. |
What happened?
After forward tabbing through the
CardElement
if the next focusable element is within aniframe
then it will be skipped.My use case is that I'm combining the
AddressElement
withCardElement
and the former renders it's inputs within aniframe
, breaking keyboard accessibility ifCardElement
appears before.Environment
Chrome 107.0.5304.110 (Official Build) (arm64) on MacBook 12.6 (21G115)
Reproduction
https://codesandbox.io/s/stripe-card-element-tab-focus-fs30nu?file=/src/CardForm.tsx
The text was updated successfully, but these errors were encountered: