Copied to clipboard

Flag this post as spam?

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


  • ID 27 posts 128 karma points
    Mar 13, 2013 @ 10:50
    ID
    0

    TinyMCE "Paste from word" icon is misleading.

    Why is it that umbraco's tinyMCE "Paste from word" icon is missing the word logo (see tinyMCE demo http://www.tinymce.com/tryit/full.php)? For our editors I think it would be much more intuitive to use the same icon as tinyMCE uses.

     

  • Samuel Hamer 44 posts 66 karma points
    Mar 13, 2013 @ 13:12
    Samuel Hamer
    0

    If you have not already sorted this, you can probably change this to the icon you want by changing the line:-

    .umbracoSkin span.mce_pasteword {background-position:-560px 0}

    in \umbraco_client\tinymce3\themes\umbraco\skins\umbraco\ui.css to:-

    .umbracoSkin span.mce_pasteword {background-position: -380px -20px}

  • ID 27 posts 128 karma points
    Mar 13, 2013 @ 14:02
    ID
    0

    I know I can change it of course, but why is this not "default"...

  • Samuel Hamer 44 posts 66 karma points
    Mar 13, 2013 @ 14:09
    Samuel Hamer
    1

    I would suspect it is becaue paste from plain text and paste buttons have been removed so they didnt need to distinguish between them anymore.  I would raise a case at issues.umbraco.org if you are wanting the code to be changed.

  • ID 27 posts 128 karma points
    Mar 13, 2013 @ 14:52
    ID
    0

    I think indeed the tooltip should be in sync with the icon... (I was searching for how to put word text in the content and did not notice the tooltip directly and suspected that pasting word text would f*ck up the format, the icon is very recognisable)

     

Please Sign in or register to post replies

Write your reply to:

Draft