-
Notifications
You must be signed in to change notification settings - Fork 12
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
Click association item the cursor focus on search input. and page always scroll to bottom. #36
Comments
Which version are you using? |
version 1.1.0 |
Thanks. My guess is that this is a conflict with the Selectize plugin. I'll have a look next week. |
Is the selectize plugin's input field in the label tags issue? |
Selectize tends to always open the search as soon as anything changed in the selection. We are actively stopping this behaviour and though we hide the dropdown already, it seems like the focus get still set to the search. |
hi @nilshoerrmann :)
i was delete blow code in last line and solved this issue
|
👍 I'm having the same issue and it is ANNOYING when trying to re-order large association sets. |
This doesn't solve the issue for me @kamwing. It just reverses the problem and causes it to scroll to the top after you release focus. |
I'll have a look at this next week. Haven't been able to come up with a simple solution yet. |
@nilshoerrmann the behavior is now the opposite and it scrolls to the top upon dragging entries: |
Uh? How's that possible? |
I'm still not sure what is causing this issue and how to fix it properly. |
when i click association item the cursor will focus on selectize search input.
I think this is conflict with reorder item feature. ( in the case of many items ) and i click any of item the page will scroll down and focus on search input.
The text was updated successfully, but these errors were encountered: