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.
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.
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)
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.
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}
I know I can change it of course, but why is this not "default"...
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.
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)
is working on a reply...