Closed Issue: HTMLEditorExtender submit a wrong HTML text. [27185]
I try to make a string align center. The Editor gen this tags " <P align=right>Hello world!</p>", but when I post to database it was changed to " <p align=right>Hello...
View ArticleClosed Issue: Sys.WebForms.PageRequestManagerServerErrorException ONLY on...
I'm facing this issue for a while, still can't find a rational solution to that, I'm hoping for some external advice here.I have a pretty complex ascx control in a page. In this user control I have an...
View ArticleCommented Issue: Calendar animating incorrect when size is changed [27905]
The Calendar animation is incorrect when the width or the height of the calendar body is changed via css class. I have made some changes to the __Calendar.js__ file to fix the issue. I dont know if it...
View ArticleClosed Issue: MaskedEdit + DateTime bug [26980]
I use a masked edit control to user input date and time, but I have a problem. When user input date and time, control replace time on date.Example:User input:01.01.2011 12:20:33Unfocus. Control replace...
View ArticleCommented Issue: Calendar animating incorrect when size is changed [27905]
The Calendar animation is incorrect when the width or the height of the calendar body is changed via css class. I have made some changes to the __Calendar.js__ file to fix the issue. I dont know if it...
View ArticleCommented Issue: custom MasterPage ID breaks HtmlEditorExtender [27157]
(Using MAY 2012 ASP.NET 3.5 AJAX Toolkit release, IE7) When using a MasterPage, if you set the ID then the HtmlEditorExtender "popupDiv" always displays.Ex:on MasterPage codebehind:protected void...
View ArticleClosed Issue: CustomValidator and ValidatorCalloutExtender cause script error...
<%@ Register Assembly="Validators" Namespace="Sample.Web.UI.Compatibility" TagPrefix="cc1" %>........................<asp:UpdatePanel ID="MainUpdatePanel"...
View ArticleCreated Unassigned: Sys Undefined [27938]
I gotten one website that I downloaded to work with the autocomplete extender. I then created a new data scaffolding website using an ADO entity model. I have created a custom list form, which was...
View ArticleCommented Issue: AutoCompleteExtender removes formatting from string [27196]
In my webMethod code I format the strings returned to the control...String.Format("{0,12} - {1}", objectId, objectText);What this does is pad the id value to the size of 12 characters, I want them all...
View ArticleClosed Issue: AutoCompleteExtender removes formatting from string [27196]
In my webMethod code I format the strings returned to the control...String.Format("{0,12} - {1}", objectId, objectText);What this does is pad the id value to the size of 12 characters, I want them all...
View ArticleClosed Issue: Iframe in Ajax Tab [12133]
Hello, I have a problem with an Ajax Tab Container with an iframe in it. If i leave ouit the frame the tab control shows ok. Whenever I insert an iframe in the tab control the tabs are not shown...
View ArticleCommented Unassigned: Sys Undefined [27938]
I gotten one website that I downloaded to work with the autocomplete extender. I then created a new data scaffolding website using an ADO entity model. I have created a custom list form, which was...
View ArticleCommented Issue: Two components with the same id '{0}' can't be added to the...
I am using ajaxcontroltoolkit 4.1.51116I have usercontrol1 which have forms field like textboxe with filteredtextboxextender.I have taken this on another control from where i am opening fancybox popup...
View ArticleClosed 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 ArticleCommented Issue: Bug in Tabcontrol Latest Release place in ModalPopupExtender...
Placing Tabcontrol in ajax ModalPopupExtender Gives error how to fix it...htmlfile: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus....
View ArticleClosed Issue: NumericUpDown cause insistent call to PostBack when the TextBox...
AjaxControlToolkit.Version = 4.1.40412.2By assigning AutoPostBack = "true" to a NumericUpDown TextBox, the NumericPostBack calls the value change strongly. But not necessarily call the method...
View ArticleCommented Unassigned: Add Extender Missing after upgrade [27937]
I installed the new Ajax Control ToolKit 15.1.3.0, uninstalled an older version from an existing project and migrated the project to the new version. I replaced all the old toolscriptmanager with...
View ArticleCommented Issue: HtmlEditorExtender - Edit text outside generated div [27197]
You can edit the text of the page outside the div generated by the HtmlEditorExtender.Just select any text on the page and apply any format (bold, italic, align right, etc).It happens only in Internet...
View ArticleClosed Issue: HtmlEditorExtender OnUploadComplete event don't fire [27195]
Ajax Control Toolkit Version = 4.1.60501.0If URL with QueryString, HtmlEditorExtender OnUploadComplete event can't be fired.Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1....
View ArticleClosed Issue: AjaxFileUpload in HTMLEditorExtender fails to upload if the...
I have a HTMLEditorExtender with AjaxFileUpload toolbar in it. and the HTMLEditorExtender is in the asp:Panel.This Panel is not visible(set Visible="False" in aspx page) by default, and in the first...
View Article