-
-
Notifications
You must be signed in to change notification settings - Fork 637
iframe onLoad jsx-a11y/no-noninteractive-element-interactions error #474
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
Comments
Since we still have test cases, can you provide the code it’s warning on? |
I think the test about iframe onLoad event is no longer.
|
That code passes when I add a test case for it. Can you provide the full text of the warning, and the full code it's warning on? |
this is the message I get:
over the iframe on the code I posted.
|
what is “[eslint]” from? Where are you getting this warning, and can you try on the command line? It’s possible that being inside a Fragment affects it but I’m not sure how it could - if you change the fragment to a div, what happens? |
I copy/pasted from visual studio, but from command line I get the same.
When I change the fragment to a div, I still get the same error |
did you figure it out? |
Sorry, I must have closed by mistake. Still no clue |
@claramunt has this been resolved? |
Still getting the same error |
what version are you using? |
I was using 6.1.1, but also tried with 6.1.2 |
Can confirm. Using v6.1.1 and it fails on image <img src={currentPhoto.imageUrl} onLoad={this.handleImageLoad} alt="for review" /> |
+1. I'm using
|
Is this still a bug? |
I think this is resolved as all the code above are passing with |
Im getting error on iframes when setting onLoad eventhandler.
It was fixed in https://github.com/evcohen/eslint-plugin-jsx-a11y/pull/281 but with last version its failing again
The text was updated successfully, but these errors were encountered: