We have a flex application that uses Drumbeat to layer FCKEditor 2.6.6 in an iframe of our app. We have noticed that if there is no existing content, a ctrl-v paste of plain text from the clipboard works as expected.
On the other hand, when there is some non-whitespace content, pressing ctrl-v in the editor window results in the text being pasted twice. Even "<div></div>" as the pre-existing content will result in a double-pasting.
Because it's a layered div, we set the div status to not visible when Flex popup dialogs are generated and when one of the pages holding the control is not active. We use a lazy approach to make the div containing FCKEditor visible as needed.
The paste problem occurs so far for us only on Internet Explorer 8, and has not been replicated on FireFox. It also doesn't replicate using the context menu to paste or using the Edit->Paste command from the application menu. It seems to be tied directly to the ctrl-v keyboard handler for the control in IE 8.
Is there a workaround for this issue or is it an innate bug and is there a fix scheduled for this?
Thanks,
Sophie Hawes
On the other hand, when there is some non-whitespace content, pressing ctrl-v in the editor window results in the text being pasted twice. Even "<div></div>" as the pre-existing content will result in a double-pasting.
Because it's a layered div, we set the div status to not visible when Flex popup dialogs are generated and when one of the pages holding the control is not active. We use a lazy approach to make the div containing FCKEditor visible as needed.
The paste problem occurs so far for us only on Internet Explorer 8, and has not been replicated on FireFox. It also doesn't replicate using the context menu to paste or using the Edit->Paste command from the application menu. It seems to be tied directly to the ctrl-v keyboard handler for the control in IE 8.
Is there a workaround for this issue or is it an innate bug and is there a fix scheduled for this?
Thanks,
Sophie Hawes