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

Closed Issue: AjaxFileUpload, does not update updatepanels. [27205]

$
0
0
I couldnt really think of a better way to describe this issue in the title so i still hope it will be considered.

Anyway, i have an AjaxFileUpload control on my page which works fine. Beneath it is an updatepanel with a listview.
The listview is databinded in the behindfile, which is a list of files uploaded by the ajaxuploader stored in the database.
So the goal is to have the listview update as soon as a new file is uploaded.
But nohing happens. I have the listview in an updatepanel, and a seperate method to set its datasource and databind it. So when the ajaxfileupload OnUploadComplete is fired, the file is stored and the method to bind the listview is called.
That is the first implementation which does not work. So far i have tried numerous variations and other methods of updating the list after a file uploade but nothing happens at all, except for pressing F5 and forcing a reload, and that defeats the purpose.

I have noticed i am not the only one with this problem: http://stephenwalther.com/archive/2012/05/01/ajax-control-toolkit-may-2012-release.aspx#comment-4826

I hope my description is sufficient and i will supply code snippets etc. on request if needed.
Comments: joeaudette, thank you for sharing your experience!

Closed Issue: AsyncFileUpload hangs on IE if Response.End() serverside [27387]

$
0
0
After submitting a file through AsyncFileUpload, If I want to End the response in ASP.NET in order to stop the onload event client side, it works fine in Chrome and FireFox but not in IE8/IE9.

I downloaded the source code and modified the AsynFileUpload.pre.js replacing the lines following line number 349 with:
if (frameDocument.body.innerHTML == "") {
//return true;
var e = { "message": Sys.Extended.UI.Resources.AsyncFileUpload_UploadingProblem };
throw (e);
}

This way if the response body is empty as it is seen be the IE it will throw an error, and the error will get to the client side error handling function.

Regards,
Florin.
Comments: Thank you for your suggestion! We will keep it in mind during our future work.

Created Unassigned: How to display table icon in the Ajaxcontroltoolkit HTMLEditorExtender? [27944]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put table icons in the editor, how to do that--draw table, insert table, etc.


Thanks
Sara

Commented Unassigned: How to display table icon in the Ajaxcontroltoolkit HTMLEditorExtender? [27944]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put table icons in the editor, how to do that--draw table, insert table, etc.


Thanks
Sara
Comments: none

Created Unassigned: How to display spellcheck icon in htmleditorextender? [27945]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put spellcheck in the editor.


Thanks
Sara

Commented Issue: Calendar animating incorrect when size is changed [27905]

$
0
0
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 the best fixe but it seams to work correctly.

__Code change summay__

Removed Hard-Coded Variable
this._width = 170;
this._height = 139;

Replace Variable By Corresponding

newElement.offsetWidth
newElement.offsetHeight

oldElement.offsetWidth
oldElement.offsetHeight

Exemple:
$common.setLocation(newElement, { x: 0, y: newElement.offsetWidth });
$common.setLocation(newElement, { x: 0, y: newElement.offsetHeight });

Include modified javascript. Hope this will help.

Comments: I use the calendar in a mobile application and the calendar date buttons must be larger to accommodate the clients finger. I use the modified version successfully, but I have to reapply my modifications every new version of Ajax Control Toolkit. Please fix the issues and make the calendar animations work in larger scale. Thank you I anvance.

Reopened Issue: Calendar animating incorrect when size is changed [27905]

$
0
0
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 the best fixe but it seams to work correctly.

__Code change summay__

Removed Hard-Coded Variable
this._width = 170;
this._height = 139;

Replace Variable By Corresponding

newElement.offsetWidth
newElement.offsetHeight

oldElement.offsetWidth
oldElement.offsetHeight

Exemple:
$common.setLocation(newElement, { x: 0, y: newElement.offsetWidth });
$common.setLocation(newElement, { x: 0, y: newElement.offsetHeight });

Include modified javascript. Hope this will help.

Created Unassigned: ScriptUserControl class missing! [27946]

$
0
0
Hello,
I just thought I would give it a try and port my web project to the all new ACT.
The very first problem I noticed my solution containing my own controls based on ACT did not compile.
ScriptUserControl class is missing! I checked the ACT source code and still did not find it.
What happened?

Commented Issue: Accessibility: Dynamic Populate (c) - changes to dynamic content are not detected by a screen reader's virtual buffer [9528]

$
0
0
The changes to the dynamic content of the dynamic populate control are not detected by a screen reader's virtual buffer. Screen readers use a cache of the page elements, commonly known as a virtual buffer, to allow a user to navigate the whole page, both focusable and non-focusable elements; however, the virtual buffer is only refreshed in certain scenarios. This can lead to synchronisation problems between the actual page and the virtual buffer cache. The problem is often associated with how elements are inserted into a page and the events that are fired following insertion.

For a good description of the problem see:
http://www.paciellogroup.com/CSUN/csun-javascript-presentation.html
Comments: Would you please provide an up-to-date link to this page so we can test the AJAX Control Toolkit for accessibility problems?

Created Unassigned: Combobox render [27947]

$
0
0
Hi,

the AJAX Combobox is not render correctly

if I Insert a new Ajax combobox, the message goes away (null parameters: stream - see attached image), then I save the project, but when I re opened it, I still see this message

bugs?

William

Edited Unassigned: Combobox render [27947]

$
0
0
Hi,

the AJAX Combobox is not render correctly.

If I Insert a new Ajax combobox, the message goes away (null parameters: stream - see attached image), then I save the project, but when I re opened it, I still see this message

bugs?

William

Commented Issue: AjaxControlToolkit for .NET 2.0 Assembly different versions [27140]

$
0
0
Hello,

I found that the AjaxControlToolkit.dll included in the non-code version for v20229 has an assembly version of 1.0.20229.20821, but If I generate the dll from the full version with code, it generates an assembly version of 1.0.20229.21769.

Why is it so ? Shouldn't they be equal ?

I have a project that uses the compiled version 1.0.20229.20821. If I try to update the project to use the 21769, what is the correct procedure to do it ?

Also, I find useful if the article would mention the fact that Visual J# runtime V2.0 is necessary in order to compile the source code.

Thanks in advance,

Roger
Comments: Hi! Since we released version v15.1 of the AJAX Control Toolkit library, we began support for the .NET framework of version 4.0 and higher. Please make a note of this change. Best regards, Fadil

Edited Issue: AjaxControlToolkit for .NET 2.0 Assembly different versions [27140]

$
0
0
Hello,

I found that the AjaxControlToolkit.dll included in the non-code version for v20229 has an assembly version of 1.0.20229.20821, but If I generate the dll from the full version with code, it generates an assembly version of 1.0.20229.21769.

Why is it so ? Shouldn't they be equal ?

I have a project that uses the compiled version 1.0.20229.20821. If I try to update the project to use the 21769, what is the correct procedure to do it ?

Also, I find useful if the article would mention the fact that Visual J# runtime V2.0 is necessary in order to compile the source code.

Thanks in advance,

Roger

Commented Unassigned: Combobox render [27947]

$
0
0
Hi,

the AJAX Combobox is not render correctly.

If I Insert a new Ajax combobox, the message goes away (null parameters: stream - see attached image), then I save the project, but when I re opened it, I still see this message

bugs?

William
Comments: upgrade to V.15.1.3 has solved the problem William

Commented Issue: HTMLEditorExtender + Google Chrome [27207]

$
0
0
Just discovered that HTMLEditorExtender doesn't allow image resizing when using Google Chrome (but works fine with Firefox)
Comments: Hi! Thank your for your report. This happens because Firefox has a default _moz_resizing attribute, which is added to the image. Chrome has no such an attribute. Best regards, Fadil

Edited Issue: HTMLEditorExtender + Google Chrome [27207]

$
0
0
Just discovered that HTMLEditorExtender doesn't allow image resizing when using Google Chrome (but works fine with Firefox)

Closed Unassigned: Combobox render [27947]

$
0
0
Hi,

the AJAX Combobox is not render correctly.

If I Insert a new Ajax combobox, the message goes away (null parameters: stream - see attached image), then I save the project, but when I re opened it, I still see this message

bugs?

William

Commented Unassigned: How to display spellcheck icon in htmleditorextender? [27945]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put spellcheck in the editor.


Thanks
Sara
Comments: Hi! Unfortunately, currently HtmlEditorExtender does not support spell checking. You can try adding a third-party spell checker (for example, refer to http://www.aspnetspell.com/). As for your suggestion, we will take it into account when planning features for future versions. Best regards, Fadil

Closed Unassigned: How to display spellcheck icon in htmleditorextender? [27945]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put spellcheck in the editor.


Thanks
Sara

Commented Unassigned: How to display table icon in the Ajaxcontroltoolkit HTMLEditorExtender? [27944]

$
0
0
Hi,

I am having website in asp.net and c#. I want to display editor having htmleditorextender control. I need to put table icons in the editor, how to do that--draw table, insert table, etc.


Thanks
Sara
Comments: Hi! Unfortunately, currently HtmlEditorExtender does not support this feature, but we will take your suggestion into account when planning features for future versions. Best regards, Fadil
Viewing all 4356 articles
Browse latest View live


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