Hi
I have FCKBeta2 running an it is mostly satisfying. But if i Drag&Drop Text form Word2003 the text appears in the editor, but is not send via post.
Drags from wordpad do work fine. Its a problem with word only. Does anybody know a solution for this issue ?
Regards
bke
I have FCKBeta2 running an it is mostly satisfying. But if i Drag&Drop Text form Word2003 the text appears in the editor, but is not send via post.
Drags from wordpad do work fine. Its a problem with word only. Does anybody know a solution for this issue ?
Regards
bke
RE: Drap&Drop from Word2003
Although you can workaround through an RTF and wordpad, if I can't find a fix for this bug, I'll have to go with a different editor longterm...
Anybody have any ideas?
RE: Drap&Drop from Word2003
I seems to be a reason of the textarea configuration. If i use this HTML Code it works fine
<div>
<textarea id="textobj1" name="textobj1" style="WIDTH: 100%; HEIGHT: 200px"></textarea>
</div>
I have to use fo "id" and "name" the same specifier. Than it works ...
Regards
BKE
RE: Drap&Drop from Word2003
I tried the above code but it still didn't work :'(
It seems to be a general problem with HTML-Tags (style sheets?) in the text you paste. The same problem also occurs if I copy from the browser.
Greets
Allan