Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Issue: HTMLEditorExtender CUT, COPY & PASTE icons do not always show. [27168]

$
0
0
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!

Viewing all articles
Browse latest Browse all 4356

Trending Articles