You found a bug! We've classified it as
EXTJS-20165
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Clipboard copies from empty cell
To reproduce open example with clipboard, delete contents from one cell, copy it and paste somwhere - is pasted.
-
Thanks for the report! I have opened a bug in our bug tracker.
-
-
-
Sencha User
Is the dev team working on this issue? When can we expect a fix for this? Is there any workaround available as of now?
-
Not sure if this is a bug, if you want it to use the raw model input configure the plugin to use the raw data:
Code:
plugins: [{
ptype: 'clipboard',
system: 'raw'
}],
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-
Sencha User
What is the difference in behaviour of clipboard plugin when configured with system as "raw" and "text"? I hope it is the difference of copying as HTML and text.
In that case this is definitely a bug as " " should be " " when the plugin is configured with system='text' ;
Thanks,
Vighnesh KSP
-
Sencha Premium User
We are with ExtJs 7.0 and the problem has not been fixed. They will not give solution?