-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Multiselect with shift in IE 11 #3392
Comments
@PaulL1; yes. In chrome it works perfectly. In IE, the correct elements are selected too. But in addition other text on the page get's selected. Clicking on an emptry space on the page clears this selection and retains the select items in the list. To sum up: this issue concerns as far as I know just IE, not firefox nor chrome. it's just an visual bug and the functionality works as expected |
Confirmed it's an issue in IE11. It probably has something to do with the click handler not preventing default or something like that. |
Hi, I see this fiexed the issue when selecting in the left checkbox column in the example. But if you enable full row selection, the issue still remains. Steps to reproduce in doc example for version v3.0.0-rc.21-2ad8f7f:
|
anyone has a fix for this ? |
Using mulitselect with shift on the grid in IE gives also select other random dom elements, which gives a buggy feeling.
Tested on http://ui-grid.info/docs/#/tutorial/210_selection and ui-grid 3.0-RC21 in our project.
Tested with IE11, version number 11.0.9600.17728, update 11.0.18.
Steps to reproduce:
This happened when I used shift to select multiple elements;
I'am trying to apply the following workarround, and it seems to work. Hopefully it won't break anything else
The text was updated successfully, but these errors were encountered: