-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix FF and IE tabbing/blur issues. #1353
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
Conversation
// Do not trigger blur while inside a blur event, | ||
// this fixes some weird tabbing behavior in FF and IE. | ||
// See #1164 | ||
if (self.ignoreFocus) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've used ignoreFocus
as it's set in the onBlur
method, maybe I should use a different, new, boolean flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not actively developing the project, I'll have to take your word for it
Will these changes be available soon? We could use them too in our current project. Cheers |
If you could both validate whether the fix is suitable and ready, I'd merge. |
It's seems that this fix is OK. Let's merge :) 🚀 |
This broke the |
Fixes failing test after regression in #1353, while trying to preserve its functionality.
Fix FF and IE tabbing/blur issues.
Fixes failing test after regression in selectize#1353, while trying to preserve its functionality.
Rectified selectize#1164 issue considered previously fixed, done with the pull selectize#1353 and pushed commit michael-maltsev@f6e9faa
Rectified #1164 issue considered previously fixed, done with the pull #1353 and pushed commit michael-maltsev@f6e9faa
Fixes #1164