The enableTextSelection
attribute doesn't work when grid is inside a window. The following code has no effect on the grid.
viewConfig: {
enableTextSelection: true
}
See this fiddle for a demonstration: https://fiddle.sencha.com/#fiddle/1jg2 and this sencha forum thread: https://www.sencha.com/forum/showthread.php?331120
The version ExtJs 6.2.0 is affected, but the problem is resolved in ExtJs 6.2.1.
The problem is that there is not ExtJs 6.2.1 GPL release yet.
Is there a workaround for this problem ?