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

Commented Issue: AjaxFileUpload remove button IE10 bug [27379]

$
0
0
In IE10 (on both Windows 7 and Windows 8), if you select a file to be uploaded, then remove it, you are then unable to select a new file. The file selection dialog opens when the "Select File" button is clicked, and you can select a file, but the file information is not displayed, and clicking the "Upload" button does nothing. Something is obviously not quite getting cleared out when removing the previously selected file.

This can all be seen using the sample site: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx

Comments: The issue is fixed and the fix will be included in one of our future releases.

Edited Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Unfortunately, we cannot reproduce this error using the screenshot you provided. Would you please check for console errors when you try changing the year? To do this, press F12 and switch to the Console tab.

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Theres is nothing logged in the console. I have tested with Google Chrome, IE and on all browser the issue is 100% reproducible on my workstation. Note 1: I am a french canadien user with Windows 7 professional (if of any use). Note 2: The issue only occurs if you select __next__ selected year. 2015 to 2016

Commented Issue: HtmlEditorExtender: BackColor and ForeColor buttons is not working [27892]

$
0
0
HtmlEditorExtender throws an exception when trying to change background or foreground colors. See how it [looks like](http://screencast.com/t/caR0xaAWzE17).

It can throw two different type of errors. The first one:
```
Uncaught IndexSizeError: Failed to execute 'getRangeAt' on 'Selection': 0 is not a valid index.
```
The second one:
```
Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: 'unselectable' is not a property or an existing field.
```
See attached screenshots.
Comments: What's the resolution for this? I'm experiencing the exact same error when I try to click the foreground or background color buttons. The error I am getting is: Sys.InvalidOperationException: 'unselectable' is not a property or an existing field. Call stack is: > Sys$Component$_setProperties [ScriptResource.axd] Line 3747 Script Sys$Component$create [ScriptResource.axd] Line 3816 Script Sys.Extended.UI.HtmlEditorExtenderBehavior.prototype._executeCommand [ScriptResource.axd] Line 836 Script Anonymous function [ScriptResource.axd] Line 47 Script browserHandler [ScriptResource.axd] Line 4052 Script

Closed Unassigned: .NET 4.0 Managed Browser TabContainer Not Firing End Requests OnClientActiveTabChanged [27898]

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

Closed Unassigned: PageRequestManager$_doPostBack does not evaluate the postBackElement correctly [27515]

$
0
0
After upgrading from .NET 3.5 to 4.5 there is a problem that the 'postBackSettings' are not correctly evaluated in the 'PageRequestManager$_doPostBack' method (MicrosoftAjaxWebForms.debug.js and MicrosoftAjaxWebForms.js)

The reason for this problem is that the script uses the 'clientID' of the appropriate control instead of the 'eventTarget' to check if it contains the 'masterPageUniqueID':
```
if (!postBackElement && mpUniqueID) {
if (clientID.indexOf(mpUniqueID + "$") === 0) {
postBackElement = document.getElementById(clientID.substr(mpUniqueID.length + 1));
}
}
```
AjaxControlToolkit version: 4.5.7.725

The script appears to have been copied from a .NET 4.0 release of ASP.NET in 2010 and is now no longer up-to-date. This could also be related to this issue here:
[https://connect.microsoft.com/VisualStudio/feedback/details/596088/](https://connect.microsoft.com/VisualStudio/feedback/details/596088/)

Maybe it is possible to simply switch back to using the official Script provided by ASP.NET instead of overriding it in the ControlToolKit?

Commented Issue: DragPanel performance. Drag and Drop is getting very slow with 15 DragPanels on the page. [11490]

$
0
0
I noticed that Drag & Drop performance is degradating as the number of DragPanels on the page increases.
Drag & Drop feature becomes totally unusable with more than 15 DragPanels on the page.

This issue exists only when using Internet Explorer and there is no such performance hit in Firefox.

Please use attached .aspx pages to verify.
Comments: Hi, We tested this control in all modern browsers and also in earlier versions of Internet Explorer and didn't notice any performance problems with it. So, I recommend you upgrade to the newest version of the AJAX Control Toolkit (v15.1.2). Best regards, Fadil

Closed Issue: DragPanel performance. Drag and Drop is getting very slow with 15 DragPanels on the page. [11490]

$
0
0
I noticed that Drag & Drop performance is degradating as the number of DragPanels on the page increases.
Drag & Drop feature becomes totally unusable with more than 15 DragPanels on the page.

This issue exists only when using Internet Explorer and there is no such performance hit in Firefox.

Please use attached .aspx pages to verify.

Commented Issue: HtmlEditorExtender: BackColor and ForeColor buttons is not working [27892]

$
0
0
HtmlEditorExtender throws an exception when trying to change background or foreground colors. See how it [looks like](http://screencast.com/t/caR0xaAWzE17).

It can throw two different type of errors. The first one:
```
Uncaught IndexSizeError: Failed to execute 'getRangeAt' on 'Selection': 0 is not a valid index.
```
The second one:
```
Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: 'unselectable' is not a property or an existing field.
```
See attached screenshots.
Comments: Hi, This issue is already fixed and this fix will be available in the next release of the AJAX Control Toolkit (v15.1.3). Thank you for sharing your experience! Best regards, Fadil

Commented Issue: HtmlEditor Bugs [27897]

$
0
0
I recently upgraded from version 7 to version 15.1.2 (NuGet) of the AjaxControlToolkit. I've noted several issues with the HtmlEditor: (all issues tested on the latest stable Chrome release.)

1) Required CSS references aren't present when inheriting the control into a custom class, e.g., public class MyEditor : AjaxControlToolkit.HtmlEditor.Editor { ... } is missing most styling when used on a page. Changing the class to inherit Control and adding an Editor to this.Controls programatically works as expected.

2) The "Insert Link" popup is missing all text, and doesn't actually insert a link into the content window after use.

3) The paste button throws a JavaScript error: "Uncaught Sys.ArgumentUndefinedException: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: format" (paste from Word might have a similar issue, I'm not entirely sure.)

All other default toolbar buttons seem to work correctly.
Comments: Hi, Thank you for your answer. I recommend you use HtmlEditorExtender instead of the HtmlEditor control. This new control doesn't have problems with the "Insert Link" button.   We still maintain previous versions of controls and will fix this issue as soon as possible Best regards, Fadil

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Adding screenshots.

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: I added a screenshot with regional settings to the .zip archive. Please verify whether they match yours. Also, I recorded a video where I changed the year from 2015 to 2016 successfully: http://www.youtube.com/watch?v=R1FSp3E4kMM If my actions or settings differ from yours, please attach new screenshots/a video with appropriate extender usage.

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Your action are the same as mine. But my regional settings differ from yours in the date format (attach new screenshots). Hope it helps. Additional culture info: French Canada __(Québec)__. Thank you for your trouble.

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Sorry Wrong screenshot :(

Commented Unassigned: Calendar Change Next Year [27900]

$
0
0
The year does not change when you click on the calendar header /months/years and select the __next__ year.
Example: in 2015 clicking on 2016 returns 2015.
Note: Issue Occus in ASP.NET AJAX Control Toolkit Demos v15.1.2

Comments: Good_SettingsFormats.png

Created Unassigned: GIT URL for source is broken [27903]

$
0
0
The URL given for cloning the repo through GIT returns a 404: https://git01.codeplex.com/ajaxcontroltoolkit

Commented Issue: PieChart doesn't render all segments correctly [27373]

$
0
0
AjaxToolkit Version: 4.1.7.123
Using IE9.

When populating the PieChart via code if a segment covers more than approx 50% then it isn't displayed correctly.

Code:

string[] surveyItems = new string[3] { "Yes", "No", "Don't Know" };
int[] surveyAnswers = new int[3] { 1, 5, 1 };

for (int i = 0; i < 3; i++)
{
PieChartValue pcv = new PieChartValue();
pcv.Category = surveyItems[i].ToString();
pcv.Data = surveyAnswers[i];
PieChart1.PieChartValues.Add(pcv);
}

This issue can also be replicated by 'hardcoding' the values in the aspx page.

<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
<asp:PieChart ID="PieChart1" runat="server">
<PieChartValues>
<asp:PieChartValue Category="Yes" Data="1" PieChartValueColor=""
PieChartValueStrokeColor="" />
<asp:PieChartValue Category="No" Data="5" PieChartValueColor=""
PieChartValueStrokeColor="" />
<asp:PieChartValue Category="Don't Know" Data="1" PieChartValueColor=""
PieChartValueStrokeColor="" />
</PieChartValues>
</asp:PieChart>



Comments: When is this is expected to Ship? Still occurs in version v15.1.2 Thank you

Created Unassigned: Error trying to add extender [27904]

$
0
0
While trying to add extender, get this error:

Unable to reference extender assembly AjaxControlToolkit, Version=15.1.2.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e.

I looked at the dll in the bin directory, and it is the correct version (15.1.2.0).
.net version is 4.5.2.

Help is most appreciated - this is a show stopper!

Saavik

Commented Issue: AjaxFileUpload: Drag and Drop is not working on IE10 for Windows 7 [27369]

$
0
0
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: Hi, sorry, I am not familiar with CodePlex and changesets. Is this bugfix already published and included in v15.1.2? If not, when will it be published and how to find out? Matthias
Viewing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>