Ghislain B.

Results 465 comments of Ghislain B.

@SatanEnglish can this be close since PR #343 ? I think you said that it was going to include fixes for this issue, correct?

I didn't yet, I was focusing on the other PRs first. You could create a PR if you want.

@SatanEnglish I'm giving a try at the code change you mentioned [here]() and the first thing I see is that The first thing I see is that, only a small...

@6pac If we look at @SatanEnglish post [here](https://github.com/6pac/SlickGrid/issues/345#issuecomment-466861676), what would you expect the behavior to be when `selectActiveRow: true` (plugin option) and `multiSelect: true` (grid option)? @SatanEnglish says that when...

@6pac Thanks I agree, I would rather keep `selectActiveRow` as a single row selection at all time and come up with another flag to allow multi-select on 1st column but...

@SatanEnglish with `selectActiveRow: true` (plugin option) and `multiSelect: true` (grid option), the code you provided doesn't make multi-select working when using 1st column, only Ctrl key does. But like I...

@6pac FYI the changes that @SatanEnglish found in this [comment](https://github.com/6pac/SlickGrid/issues/345#issuecomment-472701975) was not enough to fix the entire problem (I tried it) and he did mention that there's other issues, in...

So we are patiently waiting for your PR (Pull Request) as contribution to the project 😉

closed by #764 to be released in next major v4.0

you're passing a frozen column index that is way outside the viewport, there's probably no logic to detect that kind of problem, so yeah the scroll is in the hidden...