You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click the select (at the section "Live search"), just to focus it
tab (with the keyboard) to the next select element at the section "Key words"
hit the char "h" on your keyboard
Now the live search field is not focused and something is completely wrong with the select element.
The funny thing is, this will happen only with some chars. So please use the char "h" to reproduce that. If you type "a" everything is fine.
The biggest shit with that is, if the user runs into this issue and hits "backspace" on the keyboard, the browser will navigate back and all entered form data will be lost. hmpf
I've discovered that today because of a tracking analysis on my online service. I've recognized that a lot of users start filling a form, navigate back to the page before, navigate forward again to the form and send it afterwards. That means, a lot users called the same url twice or more. Regarding that i've had a closer look to that form and found that issue.
So, for me/my service, this is a tremendous issue at the moment, because the conversion is decreasing because of that. ^^
The text was updated successfully, but these errors were encountered:
authanram
changed the title
Live search stuck for unclear reason
Live search stuck for unclear reason, on some chars
Feb 25, 2016
authanram
changed the title
Live search stuck for unclear reason, on some chars
Live search got stuck, on some chars
Feb 25, 2016
Solution: return; right after that.$searchbox.focus(); at line 1480. We're in (!isActive ...) { ... }. So no further processing is needed after focusing the the search field.
Hi there,
don't know if the issue was already posted here before. I've read a lot of issues here, but can't find it.
Example-URL: https://silviomoreto.github.io/bootstrap-select/examples/
Tested in Chrome 48 and Firefox 44 (both on Mac El Cpt.)
How to reproduce:
Now the live search field is not focused and something is completely wrong with the select element.
The funny thing is, this will happen only with some chars. So please use the char "h" to reproduce that. If you type "a" everything is fine.
The biggest shit with that is, if the user runs into this issue and hits "backspace" on the keyboard, the browser will navigate back and all entered form data will be lost. hmpf
I've discovered that today because of a tracking analysis on my online service. I've recognized that a lot of users start filling a form, navigate back to the page before, navigate forward again to the form and send it afterwards. That means, a lot users called the same url twice or more. Regarding that i've had a closer look to that form and found that issue.
So, for me/my service, this is a tremendous issue at the moment, because the conversion is decreasing because of that. ^^
The text was updated successfully, but these errors were encountered: