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

Problem with Slick.CheckboxSelectColumn plugin and frozen columns #69

Open
wjforero opened this issue Feb 12, 2014 · 0 comments
Open

Problem with Slick.CheckboxSelectColumn plugin and frozen columns #69

wjforero opened this issue Feb 12, 2014 · 0 comments

Comments

@wjforero
Copy link

Hi,
I'm using slickgrid 2.1 fork with frozen columns with the checkboxselectcolumn plugin,and have an issue on IE8.
When a user tries to do click on a checkbox to select a row, if the user moves the mouse to other row before the event has been managed the other rows is also selected and the corresponding checkbox is marked. This happens with frozen columns enabled and using the library in an app that is using jquery 1.7 and jqueryui 1.9.
Reading about other issues I found that probably the problem is with the getCellFromEvent function that is using the getCellFromPoint function instead of the getRowFromNode one that is used in the main branch of slick grid. So I tried to change this and now the issue is gone but the checkbox selection is not working, I mean, when I select a checkbox the row selection event is not being thrown.
One solution is not to use frozen columns but this is mandatory for this application.
Any insights on it? (Let me know if it's not clear in up)
Thanks

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

No branches or pull requests

1 participant