Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Ive got a clean install of 4.7.0
When i insert at table with e.g. 3 rows and 3 columns, and then paste some content into a cell, the remaing cells dissapear.
Ive not seen this happen in earlier versions... Can anyone reproduce this?
Chrome on mac used btw
Same thing in firefox 4 mac.
I've been wrestling with TinyMce on this issue for a few days.
Did you find a fix/work around for this?
Hi there...
I've found a fix for this issue.
Open the tinyMceConfig.config and under <validElements> change:
-td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope]
to
#td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope]
(change the - to a #)
Then at the bottom of the config add a custom config to set 'cleanup_on_startup' to 'true'
<customConfig><config key="cleanup_on_startup">true</config></customConfig>
Hi Adam
That solved the issue for me!
(I am using 4.7.1)
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
TinyMCE paste into table
Ive got a clean install of 4.7.0
When i insert at table with e.g. 3 rows and 3 columns, and then paste some content into a cell, the remaing cells dissapear.
Ive not seen this happen in earlier versions... Can anyone reproduce this?
Chrome on mac used btw
Same thing in firefox 4 mac.
I've been wrestling with TinyMce on this issue for a few days.
Did you find a fix/work around for this?
Hi there...
I've found a fix for this issue.
Open the tinyMceConfig.config and under <validElements> change:
-td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope]
to
#td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope]
(change the - to a #)
Then at the bottom of the config add a custom config to set 'cleanup_on_startup' to 'true'
<customConfig>
<config key="cleanup_on_startup">true</config>
</customConfig>
Hi Adam
That solved the issue for me!
(I am using 4.7.1)
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.