Copied to clipboard

Flag this post as spam?

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


  • Byron Delgado 47 posts 70 karma points
    Mar 25, 2011 @ 11:18
    Byron Delgado
    0

    TinyMCE remove format missing in Umbraco 4.6

    HI guys, I got this problem. For some reason Umbraco is not displaying the "Remove Format" button.  Not even in the Rich Text Editor datatype settings. I tried to check the tinyMceConfig.config and the commande is there.

        <command>
          <umbracoAlias>removeformat</umbracoAlias>
          <icon>images/editor/cleanup.gif</icon>
          <tinyMceCommand value="" userInterface="false" frontendCommand="removeformat">removeformat</tinyMceCommand>
          <priority>2</priority>
        </command>

    I just dont have a clue where to look for? Thanks for any response.

  • Byron Delgado 47 posts 70 karma points
    Mar 25, 2011 @ 11:24
    Byron Delgado
    0

    Sorry. I have to answer this one myself. The problem was that in the data settings the icon is the one that looks like a brush, if selected then the button will show up as an rubber eraser.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 25, 2011 @ 11:30
    Jan Skovgaard
    0

    Hi Byron

    Hmm, that's an odd one. Perhaps this should be reported as a bug on codeplex? Don't think it's obvious that the icon changes after selecting the brush? :-)

    /Jan

  • Byron Delgado 47 posts 70 karma points
    Mar 25, 2011 @ 11:46
    Byron Delgado
    1

    Something similar has been happening with few other buttons. It has been reported in codeplex http://umbraco.codeplex.com/workitem/30184 , so I added my comment to it.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 25, 2011 @ 11:48
    Jan Skovgaard
    0

    Hi Byron

    Cool! I just added my vote to it as well.

    /Jan

  • Byron Delgado 47 posts 70 karma points
    Mar 25, 2011 @ 11:51
    Byron Delgado
    0

    Now I have to figure out why Tinymce does not detect email links when they are inserted as in the original package.

  • Doug Mackay 56 posts 155 karma points
    Mar 25, 2011 @ 13:03
    Doug Mackay
    0

    http://umbraco.codeplex.com/workitem/30184 seems to be a totally different issue to me.

    I think your issue is that TinyMce is using the cleanup icon (brush) instead of the rubber eraser icon.

    Changing


      removeformat
      images/editor/cleanup.gif
      removeformat
      2

    to


      removeformat
      images/editor/removeformat.gif
      removeformat
      2

    in tinyMceConfig.config should fix it.

    The correct work item for this is http://umbraco.codeplex.com/workitem/29829 I thought I had it fixed for 4.7.0 but I updated the wrong version of the file. I've got a pending pull request at Codeplex which will fix it.

Please Sign in or register to post replies

Write your reply to:

Draft