When i paste rich text from a word document, on getting text from text editor it removes spaces between some words.
↧
Closed Issue: HtmlEditorExtender Removes Spaces Between Words [27459]
↧
Closed Issue: $.ajax({...}) Ajax method is not working in IE 10 [27437]
The following code using for web method.
Its working up tom IE 9, its not working in IE 10.
$.ajax({
type: "POST",
url: urlPath + "CreateSalesInvoice.aspx/CreateSalesInvoiceOrder",
data: "{'salesInvoiceItems':" + JSON.stringify(finalSalesInvoice) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (data) { alert("OK = " + data.eric); },
error: function (data, status) { alert("FAILED:" + status); }
});
Please help on this issue.
Its working up tom IE 9, its not working in IE 10.
$.ajax({
type: "POST",
url: urlPath + "CreateSalesInvoice.aspx/CreateSalesInvoiceOrder",
data: "{'salesInvoiceItems':" + JSON.stringify(finalSalesInvoice) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (data) { alert("OK = " + data.eric); },
error: function (data, status) { alert("FAILED:" + status); }
});
Please help on this issue.
↧
↧
Closed Issue: AsyncFileUpload Server Response Error: 'Unknown Server error' [27430]
my aspx page contains multiple asyncfileuploaders . When i set my session configuration cookieless="UseUrl" return error
"Server Response Error: 'Unknown Server error'
Do you want to see the response page?"
"Server Response Error: 'Unknown Server error'
Do you want to see the response page?"
↧
Closed Issue: about ajax control toolkit version 3.0.30512 [27420]
when I select future month date with current date value (i.e. if today is 8 May & if I choose 8 june)
it gives selection as current date (8 May).
it gives selection as current date (8 May).
↧
Closed Task: Email To Join Contributors List Bounces [27406]
I'd like to contribute so I tried to register several times over the past week by following the instructions on http://www.asp.net/ajaxlibrary/act_contribute.ashx and http://www.asp.net/ajaxlibrary/act_contribute_list.ashx and sending a blank email to
join-act-contributors@lists.codeplex.org
Every time the email bounces back with the following exception:
Could not deliver message to the following recipient(s):
Failed Recipient: join-act-contributors@lists.codeplex.org
Reason: Failed to connect to the recipients mail server. No DNS information was found for the 'lists.codeplex.org' domain.
Will
join-act-contributors@lists.codeplex.org
Every time the email bounces back with the following exception:
Could not deliver message to the following recipient(s):
Failed Recipient: join-act-contributors@lists.codeplex.org
Reason: Failed to connect to the recipients mail server. No DNS information was found for the 'lists.codeplex.org' domain.
Will
↧
↧
Closed Issue: AjaxUploadFile Clear Uploaded File List [27436]
If I upload a file then display the control again it still has a list of the previous files uploaded, is there a way to clear that list ?
↧
Closed Issue: TabContainer: UseVerticalStripPlacement causes error in IE [27204]
If you use a TabContainer with UseVerticalStripPlacement="True", the script throws an error in IE on this line:
$get(this.get_id() + "_headerSpannerHeight").style.height = spannerHeight;
On my page, spannerHeight is calculated as -67px. This throws an error in IE 8 but is fine in Firefox 13 and Chrome 11.
Note, my TabContainer is empty and I am dynamically adding content to it during Page_Init. I am using Ajax Control Toolkit 4.1.60623.
$get(this.get_id() + "_headerSpannerHeight").style.height = spannerHeight;
On my page, spannerHeight is calculated as -67px. This throws an error in IE 8 but is fine in Firefox 13 and Chrome 11.
Note, my TabContainer is empty and I am dynamically adding content to it during Page_Init. I am using Ajax Control Toolkit 4.1.60623.
↧
Edited Issue: AjaxFileUpload: Drag and Drop is not working on IE10 for Windows 7 [27369]
It seems that Drag and Drop function of the AjaxFileUpload control is not working on IE10 (tested in IE10 for Windows 7).
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
↧
Commented Issue: AjaxFileUpload: Drag and Drop is not working on IE10 for Windows 7 [27369]
It seems that Drag and Drop function of the AjaxFileUpload control is not working on IE10 (tested in IE10 for Windows 7).
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
Comments: The issue is fixed and the fix is included in the future release. Related changeset: [be60be2](https://ajaxcontroltoolkit.codeplex.com/SourceControl/changeset/be60be2cf8e36629ef5f2367ce29f52d50a548c8) Please try a workaround if you have corrupted form data in IE 10: https://blog.yorkxin.org/posts/2014/02/06/ajax-with-formdata-is-broken-on-ie10-ie11/
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
Comments: The issue is fixed and the fix is included in the future release. Related changeset: [be60be2](https://ajaxcontroltoolkit.codeplex.com/SourceControl/changeset/be60be2cf8e36629ef5f2367ce29f52d50a548c8) Please try a workaround if you have corrupted form data in IE 10: https://blog.yorkxin.org/posts/2014/02/06/ajax-with-formdata-is-broken-on-ie10-ie11/
↧
↧
Edited Issue: AjaxFileUpload: Drag and Drop is not working on IE10 for Windows 7 [27369]
It seems that Drag and Drop function of the AjaxFileUpload control is not working on IE10 (tested in IE10 for Windows 7).
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
For example the official sample (just try it yourself : http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx) is working well in Chrome and Firefox, but not in IE10.
↧
Commented Unassigned: Multiple Modal Dialog Boxes on one Page [27895]
I have a requirement for a web page where I need to open one dialog box to capture information from the page, and depending on the user data requirements, I need to open a second dialog box from the first dialog box on the page to capture more detailed information.
I have create two sample projects, one with a single modal dialog box, and one project with two modal dialog boxes, the first one to be opened from the page, and the second one to be opened from the first dialog box.
The single dialog box project works as expected, almost. The text box has a calendar extender on it, and the calendar will only work if it is defined in the aspx file before the button with the modal dialog box on it. If the modal dialog box is first, then the calendar extender does not function.
The two dialog box project does not work as expected. First, when you click on the button to open the first dialog box, the screen flashes and does not open the dialog box. When you click on the button a second time, the first dialog box opens as expected. You can click on the OK button or the Close button and it works as expected. When you click on the button to open the detail dialog box, the panel is opened not as a dialog box but as part of the underlying page. All controls on the primary page are accessible. When you close the second dialog box, the first dialog box is not displayed. The page goes back to the underlying page only.
All binaries (including the AjaxToolkit package) have been stripped out of the attached zip to to allow the size of the file to be under the 4MB maximum.
Comments: I've updated the sample project so that it meets your demands. Check NestedModalPopups.v2.zip attached.
I have create two sample projects, one with a single modal dialog box, and one project with two modal dialog boxes, the first one to be opened from the page, and the second one to be opened from the first dialog box.
The single dialog box project works as expected, almost. The text box has a calendar extender on it, and the calendar will only work if it is defined in the aspx file before the button with the modal dialog box on it. If the modal dialog box is first, then the calendar extender does not function.
The two dialog box project does not work as expected. First, when you click on the button to open the first dialog box, the screen flashes and does not open the dialog box. When you click on the button a second time, the first dialog box opens as expected. You can click on the OK button or the Close button and it works as expected. When you click on the button to open the detail dialog box, the panel is opened not as a dialog box but as part of the underlying page. All controls on the primary page are accessible. When you close the second dialog box, the first dialog box is not displayed. The page goes back to the underlying page only.
All binaries (including the AjaxToolkit package) have been stripped out of the attached zip to to allow the size of the file to be under the 4MB maximum.
Comments: I've updated the sample project so that it meets your demands. Check NestedModalPopups.v2.zip attached.
↧
Closed Unassigned: Multiple Modal Dialog Boxes on one Page [27895]
I have a requirement for a web page where I need to open one dialog box to capture information from the page, and depending on the user data requirements, I need to open a second dialog box from the first dialog box on the page to capture more detailed information.
I have create two sample projects, one with a single modal dialog box, and one project with two modal dialog boxes, the first one to be opened from the page, and the second one to be opened from the first dialog box.
The single dialog box project works as expected, almost. The text box has a calendar extender on it, and the calendar will only work if it is defined in the aspx file before the button with the modal dialog box on it. If the modal dialog box is first, then the calendar extender does not function.
The two dialog box project does not work as expected. First, when you click on the button to open the first dialog box, the screen flashes and does not open the dialog box. When you click on the button a second time, the first dialog box opens as expected. You can click on the OK button or the Close button and it works as expected. When you click on the button to open the detail dialog box, the panel is opened not as a dialog box but as part of the underlying page. All controls on the primary page are accessible. When you close the second dialog box, the first dialog box is not displayed. The page goes back to the underlying page only.
All binaries (including the AjaxToolkit package) have been stripped out of the attached zip to to allow the size of the file to be under the 4MB maximum.
I have create two sample projects, one with a single modal dialog box, and one project with two modal dialog boxes, the first one to be opened from the page, and the second one to be opened from the first dialog box.
The single dialog box project works as expected, almost. The text box has a calendar extender on it, and the calendar will only work if it is defined in the aspx file before the button with the modal dialog box on it. If the modal dialog box is first, then the calendar extender does not function.
The two dialog box project does not work as expected. First, when you click on the button to open the first dialog box, the screen flashes and does not open the dialog box. When you click on the button a second time, the first dialog box opens as expected. You can click on the OK button or the Close button and it works as expected. When you click on the button to open the detail dialog box, the panel is opened not as a dialog box but as part of the underlying page. All controls on the primary page are accessible. When you close the second dialog box, the first dialog box is not displayed. The page goes back to the underlying page only.
All binaries (including the AjaxToolkit package) have been stripped out of the attached zip to to allow the size of the file to be under the 4MB maximum.
↧
Commented Unassigned: Scripts not being imported. Error on clauses [27885]
Hi everyone.
I have a Masterpage which includes ALL my scripts and styles.
Up to AjaxControlToolkit 4.5, the tag <script type="text/javascript" src='<%= ResolveUrl("~/Scripts/jquery-1.10.2.js")%>'></script> worked just fine. Really fine!
Then I installed the new release jut yesterday. What a headache!
i can't find where to insert this: "in the “ajaxControlToolkit” config section (Web.config), set the “renderStyleLinks” attribute to “true”, and the “useStaticResources” attribute to “false”
Any help?
Regards.
Comments: Humm, I see. I'll try that and let you know. Thanks again! Regards.
I have a Masterpage which includes ALL my scripts and styles.
Up to AjaxControlToolkit 4.5, the tag <script type="text/javascript" src='<%= ResolveUrl("~/Scripts/jquery-1.10.2.js")%>'></script> worked just fine. Really fine!
Then I installed the new release jut yesterday. What a headache!
i can't find where to insert this: "in the “ajaxControlToolkit” config section (Web.config), set the “renderStyleLinks” attribute to “true”, and the “useStaticResources” attribute to “false”
Any help?
Regards.
Comments: Humm, I see. I'll try that and let you know. Thanks again! Regards.
↧
↧
Commented Issue: Multiple image upload using html editor extender control [27566]
Hi,
I am using insert image option of html editor extender. It is working perfectly when i upload single image at a time. But when i select multiple images(More than one) for uploading and click on upload, it doesn't allow to upload last image. It shows status as pending for last image however all other images get uploaded successfully.
Has any one faced this issue and is there any workaround for this issue.
Regards,
Sunil
Comments: Hi, Thank you for sharing your experience! We fixed this issue and the fix will be available in the next release of the AJAX Control Toolkit. Best regards, Fadil
I am using insert image option of html editor extender. It is working perfectly when i upload single image at a time. But when i select multiple images(More than one) for uploading and click on upload, it doesn't allow to upload last image. It shows status as pending for last image however all other images get uploaded successfully.
Has any one faced this issue and is there any workaround for this issue.
Regards,
Sunil
Comments: Hi, Thank you for sharing your experience! We fixed this issue and the fix will be available in the next release of the AJAX Control Toolkit. Best regards, Fadil
↧
Edited Issue: Multiple image upload using html editor extender control [27566]
Hi,
I am using insert image option of html editor extender. It is working perfectly when i upload single image at a time. But when i select multiple images(More than one) for uploading and click on upload, it doesn't allow to upload last image. It shows status as pending for last image however all other images get uploaded successfully.
Has any one faced this issue and is there any workaround for this issue.
Regards,
Sunil
I am using insert image option of html editor extender. It is working perfectly when i upload single image at a time. But when i select multiple images(More than one) for uploading and click on upload, it doesn't allow to upload last image. It shows status as pending for last image however all other images get uploaded successfully.
Has any one faced this issue and is there any workaround for this issue.
Regards,
Sunil
↧
Created Unassigned: .NET 4.0 Managed Browser TabContainer Not Firing End Requests OnClientActiveTabChanged [27898]
I'm running a web forms application with .NET 4.0 that renders in the .NET Browser Control. The page uses a Tab Control and for some reason the On Active Tab Change Event is not triggering an End Request. I've put alerts in the javascript code and am not seeing it occur. I also am not getting any errors in the OnAsyncPostBackError. It runs the Begin Request Event and the Postback but no End Request.
Here is my setup
.NET 4.0 Browser Control
IE 11 on a virtual machine running Windows 7
Ajax Control Toolkit version 15.1.2.0
IE 11 Compatibility Mode
Web Forms Application
Here is my setup
.NET 4.0 Browser Control
IE 11 on a virtual machine running Windows 7
Ajax Control Toolkit version 15.1.2.0
IE 11 Compatibility Mode
Web Forms Application
↧
Created Unassigned: 0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerComponent' [27899]
Hi,
I have also upgraded to 15.1. And now I receive the following error: _“Unable to get property 'click' of undefined or null reference”_. Actually I can go further, but the CSS of my custom ajax extender doesn’t work. And I get the next error: _"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerComponent_'". This referring to a line in my js-file of custom extender: “window.Sys.registerComponent(XXX.ContentCounterBehavior);”.
Please help, somebody! Thanks a lot.
I have also upgraded to 15.1. And now I receive the following error: _“Unable to get property 'click' of undefined or null reference”_. Actually I can go further, but the CSS of my custom ajax extender doesn’t work. And I get the next error: _"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerComponent_'". This referring to a line in my js-file of custom extender: “window.Sys.registerComponent(XXX.ContentCounterBehavior);”.
Please help, somebody! Thanks a lot.
↧
↧
Commented Issue: Double HTML attributes rendered by TabPanel [27243]
The TabPanel is generating double ID attributes in the same span tag as shown in the example below extracted from http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx
<div id="ctl00_SampleContent_Tabs_Panel1" id="ctl00_SampleContent_Tabs_Panel1" class="ajax__tab_panel">
I noticed that the TabPanel Render(HtmlTextWriter writer) method is calling the base.AddAttributesToRender(writer) and afterwards calls the writer.AddAttribute method to add ID which has been added by the base control. Commenting line 266 in TabPanel.cs solves the problem.
Another issue with double attributes occurs also when the TabPanel CssClass property is set. This can be handled at rendering stage as follows allow the base control to render the class attribute:
protected override void Render(HtmlTextWriter writer) {
if (_headerControl != null) {
_headerControl.Visible = false;
}
if (string.IsNullOrWhiteSpace(CssClass))
CssClass = "ajax__tab_panel";
else
CssClass = (CssClass + " ajax__tab_panel").Trim();
base.AddAttributesToRender(writer);
//writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID);
//writer.AddAttribute(HtmlTextWriterAttribute.Class, "ajax__tab_panel");
if (!Active || !Enabled) {
writer.AddStyleAttribute(HtmlTextWriterStyle.Display, "none");
writer.AddStyleAttribute(HtmlTextWriterStyle.Visibility, "hidden");
}
writer.RenderBeginTag(HtmlTextWriterTag.Div);
RenderChildren(writer);
writer.RenderEndTag();
ScriptManager.RegisterScriptDescriptors(this);
}
Comments: The issue is fixed and the fix is included in the future release. Related changeset: [d5d1746](https://ajaxcontroltoolkit.codeplex.com/SourceControl/changeset/d5d1746976056e8866e4337a385ff0aa3e5493f8)
<div id="ctl00_SampleContent_Tabs_Panel1" id="ctl00_SampleContent_Tabs_Panel1" class="ajax__tab_panel">
I noticed that the TabPanel Render(HtmlTextWriter writer) method is calling the base.AddAttributesToRender(writer) and afterwards calls the writer.AddAttribute method to add ID which has been added by the base control. Commenting line 266 in TabPanel.cs solves the problem.
Another issue with double attributes occurs also when the TabPanel CssClass property is set. This can be handled at rendering stage as follows allow the base control to render the class attribute:
protected override void Render(HtmlTextWriter writer) {
if (_headerControl != null) {
_headerControl.Visible = false;
}
if (string.IsNullOrWhiteSpace(CssClass))
CssClass = "ajax__tab_panel";
else
CssClass = (CssClass + " ajax__tab_panel").Trim();
base.AddAttributesToRender(writer);
//writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID);
//writer.AddAttribute(HtmlTextWriterAttribute.Class, "ajax__tab_panel");
if (!Active || !Enabled) {
writer.AddStyleAttribute(HtmlTextWriterStyle.Display, "none");
writer.AddStyleAttribute(HtmlTextWriterStyle.Visibility, "hidden");
}
writer.RenderBeginTag(HtmlTextWriterTag.Div);
RenderChildren(writer);
writer.RenderEndTag();
ScriptManager.RegisterScriptDescriptors(this);
}
Comments: The issue is fixed and the fix is included in the future release. Related changeset: [d5d1746](https://ajaxcontroltoolkit.codeplex.com/SourceControl/changeset/d5d1746976056e8866e4337a385ff0aa3e5493f8)
↧
Edited Issue: Double HTML attributes rendered by TabPanel [27243]
The TabPanel is generating double ID attributes in the same span tag as shown in the example below extracted from http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx
<div id="ctl00_SampleContent_Tabs_Panel1" id="ctl00_SampleContent_Tabs_Panel1" class="ajax__tab_panel">
I noticed that the TabPanel Render(HtmlTextWriter writer) method is calling the base.AddAttributesToRender(writer) and afterwards calls the writer.AddAttribute method to add ID which has been added by the base control. Commenting line 266 in TabPanel.cs solves the problem.
Another issue with double attributes occurs also when the TabPanel CssClass property is set. This can be handled at rendering stage as follows allow the base control to render the class attribute:
protected override void Render(HtmlTextWriter writer) {
if (_headerControl != null) {
_headerControl.Visible = false;
}
if (string.IsNullOrWhiteSpace(CssClass))
CssClass = "ajax__tab_panel";
else
CssClass = (CssClass + " ajax__tab_panel").Trim();
base.AddAttributesToRender(writer);
//writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID);
//writer.AddAttribute(HtmlTextWriterAttribute.Class, "ajax__tab_panel");
if (!Active || !Enabled) {
writer.AddStyleAttribute(HtmlTextWriterStyle.Display, "none");
writer.AddStyleAttribute(HtmlTextWriterStyle.Visibility, "hidden");
}
writer.RenderBeginTag(HtmlTextWriterTag.Div);
RenderChildren(writer);
writer.RenderEndTag();
ScriptManager.RegisterScriptDescriptors(this);
}
<div id="ctl00_SampleContent_Tabs_Panel1" id="ctl00_SampleContent_Tabs_Panel1" class="ajax__tab_panel">
I noticed that the TabPanel Render(HtmlTextWriter writer) method is calling the base.AddAttributesToRender(writer) and afterwards calls the writer.AddAttribute method to add ID which has been added by the base control. Commenting line 266 in TabPanel.cs solves the problem.
Another issue with double attributes occurs also when the TabPanel CssClass property is set. This can be handled at rendering stage as follows allow the base control to render the class attribute:
protected override void Render(HtmlTextWriter writer) {
if (_headerControl != null) {
_headerControl.Visible = false;
}
if (string.IsNullOrWhiteSpace(CssClass))
CssClass = "ajax__tab_panel";
else
CssClass = (CssClass + " ajax__tab_panel").Trim();
base.AddAttributesToRender(writer);
//writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID);
//writer.AddAttribute(HtmlTextWriterAttribute.Class, "ajax__tab_panel");
if (!Active || !Enabled) {
writer.AddStyleAttribute(HtmlTextWriterStyle.Display, "none");
writer.AddStyleAttribute(HtmlTextWriterStyle.Visibility, "hidden");
}
writer.RenderBeginTag(HtmlTextWriterTag.Div);
RenderChildren(writer);
writer.RenderEndTag();
ScriptManager.RegisterScriptDescriptors(this);
}
↧
Closed Unassigned: AjaxFileUpload: Drop file here is not working in EI10 for Win 8 [27471]
HI.
AjaxFileUpload: Drop file here is not working upload in EI10 for Win 8 ??
Comments: Merged with [27369](https://ajaxcontroltoolkit.codeplex.com/workitem/27369)
AjaxFileUpload: Drop file here is not working upload in EI10 for Win 8 ??
Comments: Merged with [27369](https://ajaxcontroltoolkit.codeplex.com/workitem/27369)
↧