Under non-IE browsers the icons on the toolbar for Cut, Copy and Paste do not appear when they are specified using:
<Toolbar>
<ajaxToolkit:Cut />
<ajaxToolkit:Copy />
<ajaxToolkit:Paste />
<ajaxToolkit:HorizontalSeparator />
...etc.
All the others seem to work fine and they work when generated by the default "everything on the toolbar" action.
Comments: I found in HtmlEditorExtenderBehavior.Pre.js at around line 532 some code which specifically does not render these buttons for non-IE browsers - I can't see why not as their execCommand commands are as standard a they come!
<Toolbar>
<ajaxToolkit:Cut />
<ajaxToolkit:Copy />
<ajaxToolkit:Paste />
<ajaxToolkit:HorizontalSeparator />
...etc.
All the others seem to work fine and they work when generated by the default "everything on the toolbar" action.
Comments: I found in HtmlEditorExtenderBehavior.Pre.js at around line 532 some code which specifically does not render these buttons for non-IE browsers - I can't see why not as their execCommand commands are as standard a they come!