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 browser issues with blur/focus by adding timeouts #715

Merged
merged 11 commits into from
May 6, 2018

Conversation

gpbl
Copy link
Owner

@gpbl gpbl commented May 6, 2018

This undoes #700 and #691 as the changes weren’t working as expected. Should also fix #712, #706, #668

@codecov
Copy link

codecov bot commented May 6, 2018

Codecov Report

Merging #715 into master will increase coverage by 1.38%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #715      +/-   ##
========================================
+ Coverage   98.61%   100%   +1.38%     
========================================
  Files          15     15              
  Lines         648    645       -3     
  Branches      143    140       -3     
========================================
+ Hits          639    645       +6     
+ Misses          8      0       -8     
+ Partials        1      0       -1
Impacted Files Coverage Δ
src/Helpers.js 100% <ø> (ø) ⬆️
src/DayPickerInput.js 100% <100%> (+4.89%) ⬆️

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 9866e56...0b89a3e. Read the comment docs.

@gpbl gpbl merged commit 7cb7251 into master May 6, 2018
@gpbl gpbl deleted the gpbl/fix-focus-blur-issues branch October 21, 2019 12:50
kimamula pushed a commit to kimamula/react-day-picker that referenced this pull request Aug 17, 2022
Fix browser issues with blur/focus by adding timeouts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The daypickerinput doesn't work on IE11 anymore.
1 participant