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

Commented Issue: HTMLeditor cut, copy not working correctly in IE9 [26942]

$
0
0
Anything copied/cut from inside the HTMLEditor is not getting to the clipboard correctly. In fact the delete portion of the cut function is not working either. This only occurs in IE9 WITHOUT compatibility mode on. It functions correctly in Chrome and Firefox. It appears to be coming from these functions because paste works fine with text copied from outside of the HTMLEditor.

Steps to reproduce:
1. Using IE9, navigate to http://www.asp.net/ajax/ajaxcontroltoolkit/samples/htmleditor/htmleditor.aspx
2. Attempt usage of cut or copy(either buttons or keyboard shortcuts)

Change to compatibility mode and it works appropriately. Security settings are set appropriately, including allowing programmatic access to clipboard enabled.
Comments: The URL you provided does not work. Would you provide a valid URL or a attach a sample project?

Commented Issue: HtmlEditor Copy&Past, Undo&Redo, EmbedTag [26919]

$
0
0
The issues above are tested in in IE9, Chrome 10.0.648.205, Firefox 3.6.16

Undo & Redo with strange behavior
Step to reproduce:
1. Open the sample tookit site http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx
2. Select "Some" text in the first line and type another text (like "other")
3. Pressing Undo (toobar) will NOT work. Ctrl+Z only works in Chrome

4. On the end of the first line hit Enter and type some text like "new line"
5. Hit Undo or press Ctrl+Z. WORK as expected.
6. Write something between "new" and "line", like "new text line"
7. Hit Undo or Ctrl+Z. The entire line will desapear editor goes back to text before step 4.
8. Hit Redo. The text goes after step 4. The text showing will be "new line"


Embed flash
1. Copy and paste a embed flash tag (like the old embed code from youtube, the "object" not "iframe") in "Html Text Panel" (source) and try to go back to "Design Mode". In Crhome or Firefox the editor will freeze and not be able to change to any mode.
2. If you set the editor content in asp.net code the editor will render only the main border, without any toolbar or panel (Chrome and Firefox)

Sample tag (from youtube)
<object width="560" height="349"><param name="movie" value="http://www.youtube.com/v/fbCQ26MoSxs?fs=1&amp;hl=pt_BR"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fbCQ26MoSxs?fs=1&amp;hl=pt_BR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="349"></embed></object>

The spet 1 on IE9 the embed tag is modified to:
<embed width="560" height="349" src="http://www.youtube.com/v/fbCQ26MoSxs?fs=1&hl=pt_BR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" />
but not freeze the editor. Using this "tranformed" tag in Chrome or Firefox causes the same problem in step 1 and 2

Comments: The URL you provided does not work. Would you provide a valid URL or a attach a sample project?

Commented Issue: HTML Editor inside Modal PopUp - layout issues [26758]

$
0
0
I am using toolkit version 3.5.40412.2 for .NET 3.5 - and using the HTML Editor in a Modal Pop-up for inline text editing.

I have 2 layout issues:

(1) Clicking the 'add hyperlink' button in the top toolbar of the HTML Editor causes the 'add link' window to appear way below and to the right of the HTML Editor in the Modal Pop Up - this happens in both Firefox and IE8. This means that the user often does not notice that the 'add link' window has appeared.
(2) In Firefox there is a lot of white space beneath the HTML Editor in the Modal Pop Up - IE is fine.
Comments: Would you provide a sample project with the layout described in your scenario?

Commented Issue: AjaxControlToolkit.HtmlEditor [27321]

$
0
0
Hello, I am new to this forum.
I am using AjaxControlToolkit and using HTMLEditor in my project but I'm getting this error.
I tried to find "editor.cs" in ajaxcontroltoolkit but no file exists.

Please guide me how can I overcome this.

Thanks...


Value cannot be null or empty.
Parameter name: elementID
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Value cannot be null or empty.
Parameter name: elementID

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[ArgumentException: Value cannot be null or empty.Parameter name: elementID] System.Web.UI.ScriptComponentDescriptor..ctor(String type, String elementID) +446655 System.Web.UI.ScriptControlDescriptor..ctor(String type, String elementID) +13 AjaxControlToolkit.ScriptControlBase.GetScriptDescriptors() in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs:343 System.Web.UI.ScriptControl.System.Web.UI.IScriptControl.GetScriptDescriptors() +10 System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IScriptControl scriptControl) +128 System.Web.UI.ScriptManager.RegisterScriptDescriptors(IScriptControl scriptControl) +49 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +57 AjaxControlToolkit.HTMLEditor.ToolbarButton.CommonButton.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Toolbar_buttons\CommonButton.cs:207 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +12 AjaxControlToolkit.HTMLEditor.Toolbar.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Toolbar.cs:228 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) +57 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) +221 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +12 AjaxControlToolkit.HTMLEditor.Editor.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Editor.cs:574 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +173 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Page.Render(HtmlTextWriter writer) +29 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Comments: Would you provide a sample project?

Commented Issue: IE9 HtmlEditorExtender Clearing more line content after postback [27240]

$
0
0
HtmlEditorExtender losing text content after postback if there were used more lines (2+) and there are missing Justify* actions in toolbar.

Steps for reproduction:

- Open your demo application (HTMLEditorExtender.aspx)
- Remove all toolbar action excluded bold, italic and udnerline:

[CODE]
<ajaxToolkit:HtmlEditorExtender ID="htmlEditorExtender2" TargetControlID="txtBox2"
runat="server" DisplaySourceTab="True" OnImageUploadComplete="ajaxFileUpload_OnUploadComplete">
<Toolbar>
<ajaxToolkit:Bold />
<ajaxToolkit:Italic />
<ajaxToolkit:Underline />
</Toolbar>
</ajaxToolkit:HtmlEditorExtender>
[/CODE]

- Write TWO lines content ie.:

"bla bla bla
gugugu"

- Click to submit content <- as you can see, content has been cleaned.

Workaround:
Add at least one justify action:

[CODE]
<Toolbar>
<ajaxToolkit:Bold />
<ajaxToolkit:Italic />
<ajaxToolkit:Underline />
<ajaxToolkit:HorizontalSeparator />
<ajaxToolkit:JustifyLeft />
</Toolbar>
[/CODE]
Comments: This happens because of the way HtmlEditorExtender performs sanitization on the Sample Site. If you copy-paste these two lines from this site to HtmlEditorExtender and switch to the source tab, you will notice that the content is enclosed into two __span__ elements. Before the sample page performs sanitization, it calls the MakeCombinedElementList() method to create a list of elements that will be kept untouched. This method loops through the toolbar buttons and adds white elements for each button on the list. As a result, this list can lack a __span __element and it will be removed after the sanitization. This completely removes all text, providing that all sample content consists of only two __span__ elements. However, this is not a bug. You can compose a white elements list in any way you want and pass it to a Sanitizer, so that the __span__ elements will not be removed.

Created Unassigned: Problems with Upgrade ASP.NET AJAX Control Toolkit v15.1 - The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?) [27978]

$
0
0
Hi,

I use this points to upgrade ASP.NET AJAX Control Toolkit v15.1

https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1

But, I have an error in the item 2:
2 - Replace ToolkitScriptManager with ScriptManagerThe ToolkitScriptManager has been deprecated for the v15.1 release. Please use the standard ScriptManager control. It should be sufficient to change the tag name in the markup from ToolkitScriptManager -> ScriptManager. If you find any issues, then please report them here.Refer to the "ToolkitScriptManager Removed in v15.1, Use ScriptManager" article for details.

This is the error (please view the attachment too)

Error 5 The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?) C:\Rio2010_desa\zzz5.aspx.designer.cs 31 46 contiWebAJAX

Commented Unassigned: Problems with Upgrade ASP.NET AJAX Control Toolkit v15.1 - The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?) [27978]

$
0
0
Hi,

I use this points to upgrade ASP.NET AJAX Control Toolkit v15.1

https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1

But, I have an error in the item 2:
2 - Replace ToolkitScriptManager with ScriptManagerThe ToolkitScriptManager has been deprecated for the v15.1 release. Please use the standard ScriptManager control. It should be sufficient to change the tag name in the markup from ToolkitScriptManager -> ScriptManager. If you find any issues, then please report them here.Refer to the "ToolkitScriptManager Removed in v15.1, Use ScriptManager" article for details.

This is the error (please view the attachment too)

Error 5 The type or namespace name 'ScriptManager' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?) C:\Rio2010_desa\zzz5.aspx.designer.cs 31 46 contiWebAJAX
Comments: Simple removing the __Toolkit__ prefix will not work. ScriptManager is not a part of AjaxControlToolkit, this is a standard ASP.NET control contained in the System.Web.UI namespace and should have the __asp:__ tag prefix:: ``` <asp:ScriptManager ID="ScriptManager1" runat="server" /> ```

Edited Issue: InsertImage in HTML Editor Extender breaks html when saved to a database [27233]

$
0
0
After having succesfully added an image to my HTML Editor Extender, when I save it to the database the html becomes invalid, basically it escapes the HTML (i.e. so < becomes < and > becomes >) thus destroying the <img src=""> tag

Note:
This only happens with the <img src=""> the rest of the html is left unscathed. which I find rather strange.

Closed Issue: InsertImage in HTML Editor Extender breaks html when saved to a database [27233]

$
0
0
After having succesfully added an image to my HTML Editor Extender, when I save it to the database the html becomes invalid, basically it escapes the HTML (i.e. so < becomes < and > becomes >) thus destroying the <img src=""> tag

Note:
This only happens with the <img src=""> the rest of the html is left unscathed. which I find rather strange.

Commented Unassigned: HtmlEditorExtender corrupts text format when in compatibility view for IE8 or IE7 [27700]

$
0
0
Where a start tag contains an attribute and when in compatibility view for IE8 or IE7, the end tag is removed. Tested with IE9, AjaxControlToolkit versions 3.5.7.1213 and 4.5.7.1213.

Example:

Initial set up:
1. In IE9 set Browser Mode to IE9 Compat View and Document View to IE7 standards (e.g. via IE Developer Tools).
1. Navigate to the sample for the HTMLEditorExtender control e.g. http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/HTMLEditorExtender/HTMLEditorExtender.aspx
1. Click the Display Source button for the top demo should show something like below. The attached also shows the on-screen result:
```
Hello <B jQuery19108536497986247769="231">world!</B>
```
The test

1. Click Submit Content.
1. Observe text displayed is now the raw html without the end tag:
```
Hello <B jQuery19108536497986247769="231">world!
```
I tested other items e.g. changed the colour of a word - same symptoms observed as color is an attribute of FONT.

Comments: We were unable to reproduce this issue with the latest ASP.NET AJAX Control Toolkit v15.1. Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Unassigned: HtmlEditorExtender corrupts text format when in compatibility view for IE8 or IE7 [27700]

$
0
0
Where a start tag contains an attribute and when in compatibility view for IE8 or IE7, the end tag is removed. Tested with IE9, AjaxControlToolkit versions 3.5.7.1213 and 4.5.7.1213.

Example:

Initial set up:
1. In IE9 set Browser Mode to IE9 Compat View and Document View to IE7 standards (e.g. via IE Developer Tools).
1. Navigate to the sample for the HTMLEditorExtender control e.g. http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/HTMLEditorExtender/HTMLEditorExtender.aspx
1. Click the Display Source button for the top demo should show something like below. The attached also shows the on-screen result:
```
Hello <B jQuery19108536497986247769="231">world!</B>
```
The test

1. Click Submit Content.
1. Observe text displayed is now the raw html without the end tag:
```
Hello <B jQuery19108536497986247769="231">world!
```
I tested other items e.g. changed the colour of a word - same symptoms observed as color is an attribute of FONT.

Commented Issue: Attempting to use V15.1.4 with an Empty ASP.Net Web Application [27977]

$
0
0
Attempting to use V15.1.4 of AJAX Control Toolkit with Visual Studio 2015 and an Empty ASP.Net Web Application. The Toolbox shows the Toolkit tab but all of the controls are greyed out and the tab only shows up if I tell it to show me all tabs. The documentation shows using it with a regular ASP.NET Web Application but I do not want all of the overhead of that kind of a project. Any ideas what I need to do to make it work with my Empty Web Application?

Thanks

Mike
Comments: Fadil, I found the issue. With my installation of VS2015 when I create an empty Web Site it creates it (by default) as DotNet Framework V3.5. If I change that to V4.5.1 (the default for console applications) the toolkit is visible. Only when I was doing the screen shots did I slow down enough to see that happening. Once I selected the correct framework version the toolkit became visible and then usable. Sorry for wasting your time. Mike

Edited Issue: AjaxControlToolkit.HtmlEditor [27321]

$
0
0
Hello, I am new to this forum.
I am using AjaxControlToolkit and using HTMLEditor in my project but I'm getting this error.
I tried to find "editor.cs" in ajaxcontroltoolkit but no file exists.

Please guide me how can I overcome this.

Thanks...


Value cannot be null or empty.
Parameter name: elementID
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Value cannot be null or empty.
Parameter name: elementID

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[ArgumentException: Value cannot be null or empty.Parameter name: elementID] System.Web.UI.ScriptComponentDescriptor..ctor(String type, String elementID) +446655 System.Web.UI.ScriptControlDescriptor..ctor(String type, String elementID) +13 AjaxControlToolkit.ScriptControlBase.GetScriptDescriptors() in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs:343 System.Web.UI.ScriptControl.System.Web.UI.IScriptControl.GetScriptDescriptors() +10 System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IScriptControl scriptControl) +128 System.Web.UI.ScriptManager.RegisterScriptDescriptors(IScriptControl scriptControl) +49 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +57 AjaxControlToolkit.HTMLEditor.ToolbarButton.CommonButton.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Toolbar_buttons\CommonButton.cs:207 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +12 AjaxControlToolkit.HTMLEditor.Toolbar.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Toolbar.cs:228 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) +57 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) +221 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.ScriptControl.Render(HtmlTextWriter writer) +12 AjaxControlToolkit.HTMLEditor.Editor.Render(HtmlTextWriter writer) in c:\TeamCity\buildAgent\work\86982cda3515e83b\Server\AjaxControlToolkit\HTMLEditor\Editor.cs:574 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +173 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Page.Render(HtmlTextWriter writer) +29 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Edited Issue: Block UI same Jquery [27219]

$
0
0
Is possible create a blockui as with jquery ajax ?

Commented 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?
Comments: Well, ScriptUserControl allowed for adding ajax scripting/client behavior to user ascx controls, often composed from multiple standard controls. Agree, ScriptUserControl functionality was not widely used due to little community knowledge. Actually, initial versions of ScriptControlBase did not work until I provided MS with a fix. Behaviors, Extenders or ScriptControlBase do not provide even similar potential and rewriting such heavy controls would be pointless. I would rather maintain my version of ScriptControlBase hoping you reconsider.

Commented 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?
Comments: ... and maintaining ScriptControlBase will not be easy since many required methods of the ToolkitResourceManager as wel as constants like Constants.BaseScriptName and even structs like ResourceEntry you marked internal. What a pain :(

Closed Issue: Attempting to use V15.1.4 with an Empty ASP.Net Web Application [27977]

$
0
0
Attempting to use V15.1.4 of AJAX Control Toolkit with Visual Studio 2015 and an Empty ASP.Net Web Application. The Toolbox shows the Toolkit tab but all of the controls are greyed out and the tab only shows up if I tell it to show me all tabs. The documentation shows using it with a regular ASP.NET Web Application but I do not want all of the overhead of that kind of a project. Any ideas what I need to do to make it work with my Empty Web Application?

Thanks

Mike

Commented Issue: AjaxItems do not appear [27257]

$
0
0
Hi,

When I deploy my project on web server (IIS7), the ajax composent do not appear but on my local computer my web project work correctly.

Do you know why ?

ps: sorry for this bad english....
Comments: Hi! Try to update your web.config file: ``` <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> ``` Place this entry under ```<system.webServer>``` / ```<handlers>``` section. Additional link: [http://geekswithblogs.net/lorint/archive/2007/03/28/110161.aspx](http://geekswithblogs.net/lorint/archive/2007/03/28/110161.aspx) Best regards, Fadil

Edited Issue: AjaxItems do not appear [27257]

$
0
0
Hi,

When I deploy my project on web server (IIS7), the ajax composent do not appear but on my local computer my web project work correctly.

Do you know why ?

ps: sorry for this bad english....

Commented Unassigned: TabContainer invisible in iOS Safari when deployed with HTTPS [27763]

$
0
0
Recently we found the TabContainer in my website was gone when browse using Safari in iPhone device, and the problem only cound be found if deployed with HTTPS, without the SSL, all things work fine, any suggestion?
Comments: Hi! Unfortunately, we can't reproduce the issue you described. Would you please upgrade to the current version of the AJAX Control Toolkit (v15.1.4) and check if this issue is still reproducible? 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>