Copied to clipboard

Flag this post as spam?

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


  • Viktor Bergman 11 posts 31 karma points
    Jan 11, 2010 @ 16:39
    Viktor Bergman
    0

    TinyMCE is buggy with tables

    We are experiencing HUGE problems with the table support of the rich text editor.

    Example 1: Cannot create table using Chrome (and latest Umbraco)
    http://screencast.com/t/YjBlNjAzZWIt

    Example 2: The editor screws up the table structure when adding a table in IE8.
    http://screencast.com/t/ODM2OTExY

    Thankful for any advise or ideas!

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Jan 11, 2010 @ 17:20
    Peter Dijksterhuis
    2

    Hi,

    it is caused by the tinyMceConfig.config. By default, emtpy cells (td and th) are deleted. Open up the file and scroll to the bottom.

    There should be entries -th[some options] and -td[some options]

    Replace the - with # 

    This will allow empty td's and th's, thus not being removed upon saving.

    Remember to restart the application after you save the config-file.

    HTH,

    Peter

  • Viktor Bergman 11 posts 31 karma points
    Jan 13, 2010 @ 13:29
    Viktor Bergman
    0

    This fixed our first problem, however we still cannot create tables in the latest version of Chrome on XP 64bit.
    Using a different browser will do for now.

     

    Thanks!

  • 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