Skip to content
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

fix tab focus on disabled elements false positive #202

Merged

Conversation

kandros
Copy link
Contributor

@kandros kandros commented Dec 21, 2019

this PR fixes a false positive that allowed the tab function to focus disabled elements, which is not the browser behavior

done @ Open Source Saturday Milano

@codecov
Copy link

codecov bot commented Dec 21, 2019

Codecov Report

Merging #202 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
+ Coverage    97.1%   97.18%   +0.08%     
==========================================
  Files           1        1              
  Lines         138      142       +4     
  Branches       36       34       -2     
==========================================
+ Hits          134      138       +4     
  Misses          4        4
Impacted Files Coverage Δ
src/index.js 97.18% <100%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f52223...4ebb385. Read the comment docs.

@benmonro
Copy link
Member

@kandros apologies, i just saw this now, thank you for adding this!

@benmonro
Copy link
Member

@kentcdodds if this looks good to you can you merge plz?

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super!

@kentcdodds kentcdodds merged commit 375102e into testing-library:master Jan 28, 2020
@kentcdodds
Copy link
Member

@all-contributors please add @kandros for code and tests

@allcontributors
Copy link
Contributor

@kentcdodds

I've put up a pull request to add @kandros! 🎉

@Gpx
Copy link
Member

Gpx commented Jan 28, 2020

🎉 This PR is included in version 8.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Gpx Gpx added the released label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants