-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 programmatic focus/blur events, typing into currently focused #2982
Conversation
…x getHostContenteditable
887522b
to
c1b761e
Compare
We need to work on this PR a bit and clean it up before merging. Also we need some issues that this PR fixes. Wasn't there one or more issues you went through on the existing |
Also it appears this PR is fixing two things - 1 being forcing the focus/blur events, the other finding the focusable element in the situation such as We'll need to reference multiple issues here. |
updated the fixed issues, should probably add a test for call to edit: still need to fix this for programmatic blur |
Updating this now to intercept |
Looking forward to this. |
- newer browsers insert a double new line, whereas older browsers dont - write a helper that exposes the multiplier of new lines
- need to handle not firing the events conditionally based on whether or not the element would / should receive them
…is window during click
06-00002320
react-select v2 (programmatic focus events while browser out of focus)
fix react-select v2 dropdown issues #1486
programmatic blur events while browser out of focus
fix Blur event is not fired reliably in some situations #1176
typing into currently focused
fix cy.type shouldn't perform actionability if subject is the currently focused element #3001
Visibility errors when window is hidden during headed mode test execution
fix Visibility errors when window is hidden during headed mode test execution #4039
Need ability to type into elements that are actionable through {tab}, but not actionable by click
partially addresses Need ability to type into elements that are actionable through {tab}, but not actionable by click #4420
fix #2176
tasks
.blur
+ testdocument.hasFocus()
always return trueselectionchange
event to focus_blur_specreview tasks