I have set enableTextSelectionOnCells according to SlickGrid and Text Selection.
I am not really happy about it.
Cell text gets selected with a bad behaviour. Sometimes as soon as selection is done, the selection disappears. Only on rare occasions does it work.
Has anyone faced this issue?
I have tried this on Firefox and Chrome.
to reproduce:
git clone git@github.com:mleibman/SlickGrid.git
- go to
examples
folder - edit the
example1-simple.html
- Add
enableTextSelectionOnCells: true
in options - Open
example1-simple.html
in FF/Chrome - Try selecting a cell value
FYI, I am running on Ubuntu if it should make any difference.