Commented Issue: Issues in HTMLEditor Extender in May 2012 Release [27154]
Hi, I found some issues in New HTML Editor Extendor. It has different behaviour in Mozila & internet Explorer.In internet explorer after typing First line in editor, if I press the Enter, then my...
View ArticleClosed Issue: Issues in HTMLEditor Extender in May 2012 Release [27154]
Hi, I found some issues in New HTML Editor Extendor. It has different behaviour in Mozila & internet Explorer.In internet explorer after typing First line in editor, if I press the Enter, then my...
View ArticleCommented Issue: HTML formatting in the HTMLEditorExtender [26986]
It would be nice if the HTML formatting in the HTMLEditorExtender was the same as in the old HTMLEditor. The HTMLEditor is using span tags with styles instead of font tags (font tags are deprecated by...
View ArticleClosed Issue: HTML formatting in the HTMLEditorExtender [26986]
It would be nice if the HTML formatting in the HTMLEditorExtender was the same as in the old HTMLEditor. The HTMLEditor is using span tags with styles instead of font tags (font tags are deprecated by...
View ArticleClosed Issue: HtmlEditorExtender - add 'dirty' flag [27034]
There needs to be a simple way of determining client-side if the contents of the editor area have changed so that action can be taken to warn the user before navigation off the page. This is a common...
View ArticleClosed Feature: Add Support for Source View to HtmlEditorExtender [26979]
Support for adding markup directly to the HtmlEditorExtenderComments: Support for Source View was added in the May 2012 release.
View ArticleClosed Issue: htmleditorextender call javascript onchange [26987]
The htmleditorextender does not seem to have an onchange method. I have searched hard to find one. It breaks the onchange method of the textbox it is attached to. Comments: The May 2012 release adds an...
View ArticleClosed Feature: Add Image Support for HtmlEditorExtender [26976]
Add support for uploading images to the HtmlEditorExtender.Comments: The HtmlEditorExtender now includes support for uploading images. See the demo page at (use the second demo):...
View ArticleClosed Issue: HtmlEditorExtender is breaking windows position [27026]
HtmlEditorExtender is breaking my application position by the code bellow. Some woraround can be made?/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to...
View ArticleClosed Issue: HtmlEditorExtender does not render in an inactive TabPanel [27020]
If the HtmlEditorExtender is used in a TabPanel which is not initially active on page load, then all that is displayed is what appears to be a very narrow vertical scrollbar on the left side of the...
View ArticleClosed Issue: HtmlEditorExtender is not usable in a ModalPopUpExtender [26995]
HelloI used HtmlEditorExtenderI used it in a panelthe panel is extended with a ModalPopUpExtenderbut the HtmlEditorExtender wont displayI used the Firebug to examinI determined where the problem is ,...
View ArticleClosed Issue: HTMLEditorExtender can not process hyperlink with URLs which...
If user provides a hyperlink in the html body specifying a URL which contains a query string (parameter), it wrongly generates the html with invalid hyperlink tag and also put double quotes surrounding...
View ArticleClosed Issue: HTMLEditorExtender produces errors when used in Collapsible...
Using an HTMLEditorExtender that is contained in a Collapsible panel (CollapsiblePanelExtender); if your page raises a post-back while the panel is in a collapsed state, you get the following...
View ArticleClosed Issue: HTMLEditorExtender does not work in placeholder control [27023]
You get a javascript exception when the extender is in a placeholder control.Comments: This issue is fixed with May 2012 release.
View ArticleClosed Issue: HTMLEditorExtender - Hyperlink toolbar button not shown by...
I noticed that in HtmlEditorExtender.cs, CreateButtonsThat the code to add the hyperlink button is commented out (see code snippet below).Is there any reason for this? buttonList.Add(new...
View ArticleCommented Issue: BUG: AjaxFileUpload inserted inside a ModalPopupExtender in...
The AjaxFileUpload inserted inside a ModalPopupExtender, all inside a TabContainer. After selecting the file does not start loading the file. Problem that arises when not using the TabContainer. <%@...
View ArticleCommented Feature: Convert HtmlEditorExtender Content into Canonical HTML...
This is a feature proposal -- please vote for it if you want it.Currently, the HtmlEditorExtender will generate different HTML markup depending on the browser. For example, when you click the Bold...
View ArticleCommented Feature: Convert HtmlEditorExtender Content into Canonical HTML...
This is a feature proposal -- please vote for it if you want it.Currently, the HtmlEditorExtender will generate different HTML markup depending on the browser. For example, when you click the Bold...
View ArticleCommented Issue: HtmlEditorExtender Background Color and Firefox [27158]
When using Firefox 12 with the HtmlEditorExtender, if you change the background color by clicking the background color button, then the entire background is changed. Furthermore, this change is not...
View ArticleClosed Feature: File Upload With Progress Bar [8887]
Would it be possible to upload large files to the server using ajax,and show the upload progress,Comments: This feature request is added in new AjaxFileUpload control in the May 2012 release.
View Article