Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Claushingebjerg 886 posts 2415 karma points
    Apr 08, 2011 @ 11:58
    Claushingebjerg
    0

    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?

  • Claushingebjerg 886 posts 2415 karma points
    Apr 08, 2011 @ 11:59
    Claushingebjerg
    0

    Chrome on mac used btw

  • Claushingebjerg 886 posts 2415 karma points
    Apr 08, 2011 @ 12:01
    Claushingebjerg
    0

    Same thing in firefox 4 mac.

  • Adam Prendergast 33 posts 77 karma points c-trib
    Jul 20, 2011 @ 15:23
    Adam Prendergast
    0

    I've been wrestling with TinyMce on this issue for a few days.

    Did you find a fix/work around for this?

  • Adam Prendergast 33 posts 77 karma points c-trib
    Jul 20, 2011 @ 16:15
    Adam Prendergast
    0

    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>

     

  • Mr Z 1 post 21 karma points
    Jul 04, 2012 @ 14:49
    Mr Z
    0

    Hi Adam

    That solved the issue for me!

    (I am using 4.7.1)

    Cheers

     

  • 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.

Please Sign in or register to post replies