Edited Issue: Issue with ToolKit in IE9 [27325]
I am getting the following error in many of my pages in IE9. Error: Unable to get value of the property 'click': object is null or undefinedIt is coming from the scriptresource.axd. I have tried...
View ArticleCommented Issue: Issue with ToolKit in IE9 [27325]
I am getting the following error in many of my pages in IE9. Error: Unable to get value of the property 'click': object is null or undefinedIt is coming from the scriptresource.axd. I have tried...
View ArticleEdited Issue: BalloonPopupExtender, DisplayOnClick does not work [27315]
Causes by misprint in BalloonPopupExtenderBehavior.pre.js set_displayOnClick: function (value) { if (this.displayOnClick != value) { this.displayOnClick = value;...
View ArticleEdited Issue: BalloonPopupExtender, DisplayOnClick does not work [27315]
Causes by misprint in BalloonPopupExtenderBehavior.pre.js set_displayOnClick: function (value) { if (this.displayOnClick != value) { this.displayOnClick = value;...
View ArticleCommented Issue: BalloonPopupExtender, DisplayOnClick does not work [27315]
Causes by misprint in BalloonPopupExtenderBehavior.pre.js set_displayOnClick: function (value) { if (this.displayOnClick != value) { this.displayOnClick = value;...
View ArticleCreated Unassigned: Pasting into source tab adds in non-breaking spaces [27940]
Why, when i paste the following code into the source tab, then switch to the design view, and then back again, does the editor insert non-breaking spaces everywhere?```<table style="margin: 20px...
View ArticleEdited Unassigned: Pasting into source tab adds in non-breaking spaces [27940]
HtmlEditorExtender issueWhy, when i paste the following code into the source tab, then switch to the design view, and then back again, does the editor insert non-breaking spaces everywhere?```<table...
View ArticleEdited Unassigned: Pasting into source tab adds in non-breaking spaces [27940]
HtmlEditorExtender issueWhy, when i paste the following code into the source tab, then switch to the design view, and then back again, does the editor insert non-breaking spaces everywhere?```<table...
View ArticleCommented Issue: Wrong eventArgs for PageRequestManager.add_beginRequest if...
I encountered a bug within the PageRequestManager when using LinkButtons for async/ajax Updates. If you add a listener to the Sys.WebForms.PageRequestManager.add_beginRequest event and raise an async...
View ArticleClosed Issue: Wrong eventArgs for PageRequestManager.add_beginRequest if...
I encountered a bug within the PageRequestManager when using LinkButtons for async/ajax Updates. If you add a listener to the Sys.WebForms.PageRequestManager.add_beginRequest event and raise an async...
View ArticleClosed Issue: HoverMenuExtender: lose focus when same PopupcontrolID is used...
forum post: http://forums.asp.net/t/1297303.aspxproblem is illustrated on example of tutorial 26: http://www.asp.net/Learn/Ajax-Control-Toolkit/Demo/HoverMenu1.aspxwebsite of tutorial 26:...
View ArticleCommented Issue: Ajax Tab Container Is not visible on Client Side [27279]
I had develop a asp.net web site having ajax tab container inside, while working on my computer it works fine, Tab container is visible but when i deploy a website and taken compile web site to client...
View ArticleClosed Issue: HTML Editor Extender - Image SRC doesn't submit [27280]
The HTML Editor Extender now supports pages where there are parameters in the query string.It works really well until you press submit and the SRC attribute gets all screwed up. Using the 2nd website...
View ArticleCommented Issue: button of the combobox doesn't work [27221]
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 '.'Comments: Would...
View ArticleClosed Issue: MaskEdit lost time if DateTime format is set [26887]
in the script funtcion AutoFormatTime has lines if (this._MaskType == Lucky.Web.UI.WebControls.MaskedEditType.DateTime) { var arr = this._SplitDateTime(ValueText); var time_arr = arr[1].split(" "); if...
View ArticleClosed Issue: AjaxFileUpload "Select File" button not clickable if container...
When placing the AJAXFileUpload control in a container that originally has its CSS property "display" set to "none" and then changed via Javascript nothing happens when the "Select File" button is...
View ArticleCommented Unassigned: Sys Undefined [27938]
I gotten one website that I downloaded to work with the autocomplete extender. I then created a new data scaffolding website using an ADO entity model. I have created a custom list form, which was...
View ArticleClosed Issue: CollapsiblePanelExtender Enabled=False forces expanded panel...
When a CollapsiblePanelExtender's Enabled property is set to False, it forces the ExpandControl and TargetControl to be visible. If I'm going to disable a collapsable panel, I would think it should be...
View ArticleCommented Issue: TabControl stops working when control adapter is applied?...
Well i had a problem with styling the TabControl as it keep rendering height: 100% on the "_body" div tag, so i created a WebControlAdapter and implemented a new RenderContents that did not render 100%...
View ArticleClosed Issue: MaskedEditExtender - year in long format bug + patch [27313]
Bug in MaskedEditExtender version 4.1.60919.0When you use MaskType="DateTime" and year number is in long (4 digits) format (e.g. Mask="99/99/9999 99:99"), extender does not allow the time to be set or...
View Article