I've researched this question a bit. 3-4 months ago, the fix to use "enableTextSelectionOnCells" worked, but has broken again. I'm using v2.1 and implemented the following solutions:
Slickgrid cell text selection does not work properly in Chrome or Firefox
however, the issue persists.
What happens is, when the code gets to if (selection.rangeCount > 0) {
, the selection.rangeCount is 0. When I click and drag the mouse, no highlighting occurs as if I'm actually selecting text.
Is there something else at play here? Any suggestions to debug further?
I'm using latest chrome and firefox.