Skip to content
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

fix(selection): Fix multiSelect + modifierKeysToMultiSelect #6793

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

mportuga
Copy link
Member

@mportuga mportuga commented Jul 5, 2018

Revert part of 2485652

fix #6791

@mportuga mportuga merged commit 2bc8c7b into master Jul 5, 2018
@mportuga mportuga deleted the fix/selection branch July 5, 2018 00:49
@vestergaardmartin
Copy link

additional to what you changed, I also removed the line: $scope.row.setFocused(!$scope.row.isFocused); just bellow your changes because it gave me wrong coloring of the lines (a non-selected line was colored as selected) but I didn't include it in my issue as I thought you should decide what to do regarding this as I would guess that you added this line as a part of some functionality that I don't use and that removing line this would possibly break this functionality.

@mportuga
Copy link
Member Author

mportuga commented Jul 5, 2018

I addressed that by removing the css which made a focus row have color as part of a different bug fix. Try 4.6.1 and if it is still reproducible, I might remove that line as well.

defields923 pushed a commit to defields923/ui-grid that referenced this pull request Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

options multiSelect + modifierKeysToMultiSelect does not work
2 participants