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
I am using FF 33.1.1 and bootstrap-multiselect 0.9.10. When I select an item in the list, and then hold shift to select the following few items FF pops up a blank page. I can reproduce this on an of the mutliselect examples. However, this functions fine in Chrome.
The text was updated successfully, but these errors were encountered:
I quoted the term bug since this is not really one. It is to be expected that shift-clicking a link opens it's href in a new tab. Chrome and Firefox are just behaving differently. From my understanding, there is no specifications formally written for this specific case.
I'll submit a pull request with a workaround soon.
Tyf0x
added a commit
to Tyf0x/bootstrap-multiselect
that referenced
this issue
Nov 25, 2014
-> See https://bugzilla.mozilla.org/show_bug.cgi?id=559506
-> Removed the javascript:void(0) href for anchor elements in the multiselect dropdown
-> Added a tabindex = 0 to keep the anchors focus-able
-> Added code to remove any text selection when using shift+click
-> Handles the checkbox selection manually when done using shift+click on its label
I am using FF 33.1.1 and bootstrap-multiselect 0.9.10. When I select an item in the list, and then hold shift to select the following few items FF pops up a blank page. I can reproduce this on an of the mutliselect examples. However, this functions fine in Chrome.
The text was updated successfully, but these errors were encountered: