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

Closed 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

Closed Issue: button of the combobox doesn't work [27221]

$
0
0
Clicking the button of the combobox makes no effect. Dropdown list appears only on KeyPress within the TextBox. TextBox doesn't allow to enter more tрan one symbol, except '-' and '.'

Closed Issue: ValidatorCalloutExtender Not Working Properly [27269]

$
0
0
ValidatorCalloutExtender change height.
its does not close.
again raise validation then display duplicate message. total 2 messages displayed.

Closed Issue: BalloonPopupExtender to make popup with auto hieght and width [27104]

$
0
0
Hi all,

I am using balloon popup Extender for my tooltip Popup, i have made BalloonStyle ="Custom" and applied Custom CSS for balloon popup Extender , with auto width and height...

but its not making it auto.... it is overwriting my popup div width and height with just 4px !!! :( , i have no idea how to make it work....

can anybody have idea on this?
Thanks
Meghana

Closed Unassigned: Tab Container still not handling User Controls [27397]

$
0
0
Issue # 27053 is still valid even in Jan 2013 release
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: AsyncFileUpload in TabContainer not working on IE 7 / 8 [25555]

$
0
0
Hi,

there is a problem with the AsyncFileUpload Control of the Toolkit if
it is inside of a not selected Tab of the TabContainer.
There is a javascript exception thrown which stops the IE to continue render the page,
the whole TabContainer in not rendered any more.

This problem only exisits with the Stype of asp.net AJAX...
(the style with the imagebutton)

If you set the AsyncFileUpload to visible=false in the ascx file it self,
the page will be rendered again because the js-exception won't be thrown any more.
But if the visible=false property is set in codebehind, even in Page_Init, the js-exception
will be thrown again.

In other Browsers like firefox and safari this error will be ignored.
I also tried a work around from here but it did not work:
http://ajaxcontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=25449

Thank you.

Detailed information (partly translated from German by me):

User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Sun, 6 Dec 2009 01:16:05 UTC
Exception: unknown Argument.
Row: 202
Column: 17
Code: 0
URI: http://******.biz/ScriptResource.axd?d=RoWnqHxjXm9pW-_nukcnhW7-a34wToApv3ycbPMf-Wr4FUUGbHYKGBSlNa8o1DmlA--dImyKarkzAacPTkNA4VyfOzgy8gv4k0oRcma4ka9jiF5Z5gdM1A2&t=41a5b0a3

After calling this Scriptresource manualy i saw following information:
// Name: AjaxControlToolkit.AsyncFileUpload.AsyncFileUpload.debug.js
// Assembly: AjaxControlToolkit
// Version: 3.0.30930.28736
// FileVersion: 3.0.30930.0

Function which throws the exception (definition in line 181):

_app_onload: function(sender, e) {
. . . . .this.setThrobber(false);
. . . . . if (this._inputFile != null) {
. . . . . . . if (this._onchange$delegate == null) {
. . . . . . . . .this._onchange$delegate = Function.createDelegate(this, this._onchange);
. . . . . . . . . . $addHandlers(this._inputFile, {
. . . . . . . . . . . .change: this._onchange$delegate
. . . . . . . . . });
. . . . . . . }
. . . . . . .if (Sys.Browser.agent == Sys.Browser.Firefox) {
. . . . . . . . .this._inputFile.size = 0;
. . . . . . . . .var width = this._inputFile.offsetWidth;
. . . . . . . . .this._inputFile.style.width = "";
. . . . . . . . . . while (this._inputFile.offsetWidth < width) {
. . . . . . . . . . . . this._inputFile.size++;
. . . . . . . . . .}
. . . . . . . }
. . . . . . . if (this._innerTB != null) {
. . . . . . . . . .this._inputFile.blur();
. . . . . . . . . .var inputFile = this._inputFile;
. . . . . . . . . .setTimeout(function() { inputFile.blur(); }, 0);
. . . . . . . . . .this._innerTB.style.width = (this._inputFile.offsetWidth - 107) + "px"; <-- Line 202 Excpt thrown here
. . . . . . . . . .this._inputFile.parentNode.style.width = this._inputFile.offsetWidth + "px";
. . . . . . . . . .if (Sys.Browser.agent == Sys.Browser.InternetExplorer) {
. . . . . . . . . . . this._onmouseup$delegate = Function.createDelegate(this, this._onmouseup);
. . . . . . . . . . . $addHandlers(this._inputFile, {
. . . . . . . . . . . . . . mouseup: this._onmouseup$delegate
. . . . . . . . . . . });
. . . . . . . . . .}
. . . . . . . }
. . . . .}
. . .},
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: AutoCompleteExtender & RequiredFieldValidator problem inside PopupControlExtender after upgrading to ver: 3.0.30930.28736 [25642]

$
0
0
i'm using toolkit version 3.0.20820.16598,
the page contains an UpdatePanel containing an AutocompleteExtender and a RequiredFieldValidator with their related TextBoxes, everything is OK and working fine.

after upgrading to version 3.0.30930.28736 these problem occured:
1. RequiredFieldValidator is always in invalid state ! even if related textbox has a value.
2. AutoCompleteExtender not functioning, no web service call,
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: OutOfMemoryException in ExtenderControlBase.Dispose [27343]

$
0
0
I am making application in asp.net framework 4.0 with latest ajaxtoolkit, and sql server 2005 for database, but I am getting error as

Exception of type 'System.OutOfMemoryException' was thrown

i had debug it using breakpoints, so i got that in Ajax toolkit line no. 139 of function

ajaxcontroltoolkit.dll!AjaxControlToolkit.ExtenderControlBase.Dispose() Line 139

how do i resolve it.

I found that this error is occurring because of all the extenders which i use on the page

Closed Issue: TwitterControl does not work any more [27443]

$
0
0
My guess its using the old api that expired 2013-06-11!

Closed Issue: Not able to drag AjaxControlToolkit Items from Toolbox to the WebPage-Designer [27520]

$
0
0
Hi guys. Today i downloaded the newest verions of the Ajax Control Toolkit for .NET 4.5. I followed the instructions on this website: http://www.asp.net/ajaxlibrary/act.ashx and installed the Toolkit for Visual Studio 2012. Afterwards i added a new Tab to the Toolbox and added all the Ajax Control Toolkit items to it. So far everything worked fine. But now it is not possible to drag any kind of these items (e.g. the ToolkitScriptManager) to the WebPage-Designer. I'm using Visual Studio 2012 with .NET Framework 4.5.

I've googled a lot and also found a lot of "solutions" for this kind of problem. But nothing worked fine for me so far. Please help me!

Closed Issue: HtmlEditorExtender javascript/ attribute bug [27537]

$
0
0
If the textbox with an HtmlEditorExtender does not have a width set then a Javascript error occurs.

Closed Issue: Style Bug [CSS] IE8 HtmlEditorExtender ColorPicker not hidding input[type=button] value text [27563]

$
0
0
I'm using the version of ACT "3.5.7.1005", and I'm having some issues with the color picker from HtmlEditorExtender component (forecolor/backcolor button) in IE8, __to fix it__, was necessary to include the css below

```
.ajax__html_editor_extender_ForeColor, .ajax__html_editor_extender_BackColor
{
line-height: 0;
}
```
In the Attachment, there is a picture simulating the issue and it's solution.

If possible, include this CSS fix to be in the the next release of ACT.

Closed Issue: ScriptResources.axd slowing down my site [27662]

$
0
0
I am using AjaxControlToolkit version 4.0 in my asp.net web application.

We are using only TabContainer, Date , Time and ModulePopupExtender controls in our project.

Tab controls are used on all pages. My observation is when I run my site on IE7 it slows down very much. When I viewed the source, I saw more than 100 ScriptResource.axd tags are getting generated in html.

When I read about it I tried using ScriptMode=Release. When I use this, it loads the pages faster by my update panel fails to update on given interval. I get Scripts are not loaded exception.


Please let me know how can I solve this issue and speed up my site on IE7. This has become very critical issue for me.


Closed Issue: htmleditor extender image upload postback issue [27687]

$
0
0
HTML EditorExtender Control Postback thrice when image is upload in it??? Please help can number of postbacks can be reduced???

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: Thanks! We will take your suggestion into account when working on a future version of the AJAX Control Toolkit and do our best to resolve this issue. Best regards, Fadil

Closed 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.

Closed Issue: Tab Container [27287]

$
0
0
I am using VS2008 and creating application having ajax tabcontainer, but now it is not showing. When i run project on computer it is not displaying any how i used toolscriptmanager instead of scriptmanager but it is still not showing after debug.

Closed Issue: Baloon Popup Extender (Invalid Argument Error) [27128]

$
0
0
I am having an issue when I have a Balloon Popup Extender tied to a label that is within a Panel using the Collapsable Panel Extender. Whenever the panel is collapsed and a post back occurs I receive an "Invalid Argument" JS error. When debugging it looks like its blowing up on the setContentSize method in the balloon popup extender JS.

This is only an issue in IE7/IE8. It works fine in IE9 (unless running in compatability mode then the issue returns).

Closed Issue: Checkbox not working in TabPanel's HeaderTemplate [27261]

$
0
0
Hi,

I have several tabs in tabcontainer control, on a page. I am using checbox in the headertemplate of each of my tabpanels (in tabcontainer). The new ajax (Jun 23 2012 release) got an issue with this thing. It doesn't let the checkbox change its checked state. The value is just restored to what it was before, when i clicked the checbox. Please look into this issue.

Thanks..


----- SOURCE CODE -----


<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:TabContainer ID="TabContainer1" runat="server" >
<asp:TabPanel ID="Tab1" runat="server" OnClientClick="TabPanelClicked" >
<HeaderTemplate>
Tab Panel 1
<asp:CheckBox ID="cbTab1" runat="server" onclick="ToggleCheckbox(this)" />
</HeaderTemplate>
<ContentTemplate>
<br /> This is Tab 1
</ContentTemplate>
</asp:TabPanel>
<asp:TabPanel ID="Tab2" runat="server" OnClientClick="TabPanelClicked" >
<HeaderTemplate>
Tab Panel 2
<asp:CheckBox ID="cbTab2" runat="server" onclick="ToggleCheckbox(this)" />
</HeaderTemplate>
<ContentTemplate>
<br /> This is Tab 2
</ContentTemplate>
</asp:TabPanel>
<asp:TabPanel ID="Tab3" runat="server" OnClientClick="TabPanelClicked" >
<HeaderTemplate>
Tab Panel 3
<asp:CheckBox ID="cbTab3" runat="server" onclick="ToggleCheckbox(this)" />
</HeaderTemplate>
<ContentTemplate>
<br /> This is Tab 3
</ContentTemplate>
</asp:TabPanel>
</asp:TabContainer>
</ContentTemplate>
</asp:UpdatePanel>

Closed Issue: Accordion's SelectedIndex doesn't count hidden panes, other methods do. [27292]

$
0
0
The selectedindex property on Accordion presumably just gets translated into a javascript call - so panes hidden on the server don't count, but other serverside methods (such as AccordionPaneCollection's IndexOf method) just go through the collection of AccordionPanes and count all panes, not just visible ones.

As a result:
myAccordion.SelectedIndex = myAccordion.Panes.IndexOf(myAccordionPane)
will result in a different accordion pane being selected when the page is rendered, if any prior panes are hidden.
Viewing all 4356 articles
Browse latest View live


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