I have a somewhat strange problem. This occurs only with the application on the Web server, and only in Chrome.
I have a SPARK textarea - <s:TextArea>.
For the first time I can copy and paste with both shortcut keys and the context menu.
But when I select another text, the latter copies correctly. But it pastes only the text selected first
I tried the property mouseEnable = true both in the Skin component as the component as it is within a popup mxTitleWindow. But it does not work.
Any suggestions?