-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Hitting Tab won't jump to next field (regression in 0.12.3) #1164
Comments
Indeed, great report, thanks! |
This regression has been introduced by the following change in #1127: If you comment this line, the tab behavior works as expected. Any idea how we can fix the iOS issue without breaking the default tab behavior? |
@hupf If you get around to a PR, do mention me, I've checked out of notifications but this seems like a priority. |
Here's my pull request: #1215 |
Fix tab key regression introduced by touch handling #1164
Merged |
The issue is still present in 0.12.4 when using the following options
and having I've gone back to 0.12.2 to avoid the issue. |
Just commenting to confirm this issue in 0.12.4 on firefox and IE using following options:
reverting to 0.12.2 solved this particular issue but one issue on firefox remained: tabbing from a selectize field to a regular input field kept focusing back to the selectize field. This last issue was solved by incrementally setting the tabindex of each input field every time a form is shown: |
Hi @joallard is there any chance that this issue will be resolved in the near future? Would be awesome. Cheers |
Still can't tab out of a selectize input. |
Same issue in Firefox 61.0.1 (64-bit). Can't tab past the selectize. |
Please release a new version with this fix included! |
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
Hi,
the behaviour on KEY_TAB is broken in the version 0.12.3.
Here examples to reproduce it:
selectize 0.12.2 (works)
https://jsfiddle.net/sturchyn/b961qfjk/
selectize 0.12.3 (doesn't work)
https://jsfiddle.net/sturchyn/vyggj6oz/
(Given a Selectize with option
selectOnTab:true
)Steps to reproduce:
Expected result:
Actual result (with 0.12.3):
Many thanks for Selectize :-)
Best regards
Stanislav
The text was updated successfully, but these errors were encountered: