openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

multiselect checkboxes not working properly #101

Closed flack closed 9 years ago

flack commented 9 years ago

To reproduce:

Expected:

Actual:

I have bisected the issue and it seems to come from here:

https://github.com/openpsa/jsgrid/commit/89e65073a3e65798f74cf01b5e1122e9610afb2c

@bouks: Do you have a code example for the problem you were trying to fix? Because I think we will have to revert this commit and find a better solution. The current implementation also has the side effect that the handlers trigger when you right-click, which is also very annoying

flack commented 9 years ago

I have reverted 89e6507 as mentioned now, so the bug can no longer be reproduced with the link above. @bouks: Please check if your original issue still exists and post a new ticket for it if that's the case