Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
1167 May 3 at 12:02 AM supergibbs I've updated the javascript to handle special characters better (arrows, delete, end, home etc). For example, before period key would print then get deleted because it has the same char code as delete. Now it doesn't print a period but delete works.

Tested and working in Firefox 2, IE7, Safari 3.1.1. Tested in Opera 9 and it still works the old way.
Download

Being evaluated
1155 Apr 28 at 11:06 AM esben2000 This patch fixes the problems in the ValidatorCallout when the page has defined default styles for table, tr, td or divs. The patch with ID 804 doesn’t do that completely.
This patch also updates the patch ID 804 so that the ValidatorCallout will fail back to the default Css values if a custom CssClass does not provide values for any of those. In the current solution you need to specify all values when using a custom CssClass.
This version of the patch adds two test pages showing that the patch is Backward compatible.
Download

Being evaluated
1080 Apr 7 at 12:15 PM RyanHeath Currently the latest test of CascadingDropdown fails...
I am certain I had submitted a previous patch that completed all those tests.
Somehow the fix has been removed.
This patch is a small js code change, which when applied will pass all tests again.
Download

Applied
Apr 22
1079 Apr 7 at 12:12 PM RyanHeath This patch fixes the issue when a scrolleffect is desired but one is using a browser greater than IE7.
Currently browsers greater than IE6 ignore the scrolleffect, this patch fixes that.
Applied Apr 22 : Checked in.
Download

Applied
Apr 22
513 Nov 29 2007 at 7:49 PM supergibbs I fixed the transparency on the tab images
Applied Apr 22 : Patch checked in.
Download

Applied
Apr 22
35 May 31 2007 at 2:07 PM ColinBlair Change from Work Item 10039 caused a selection lost problem. This patch should correct the problem.
Applied Apr 22 : Colin, I was looking at your FilteredTextBox patch and it seems that we already have that change in as a part of another patch submission. So it should work as is. Please let us know if that is not the case. I have updated your patch contribution number here: http://www.codeplex.com/AtlasControlToolkit/Wiki/View.aspx?title=PatchHallOfFame. We missed this patch because it had not bug number associated with it. Sorry about that. Thanks for contributing, Kirti
Download

Applied
Apr 22
259 Sep 4 2007 at 3:20 PM cytosoul Modified line 101 of RoundedCornersBehavior.js to state " if (e.style.height && e.style.height != "auto") {"

This code assumes e.style.height is a numerical value, which is not always the case. (Ex., "auto"). Encountered when adding a CollapsiblePanelExtender to a DropPanelExtender.
Applied Apr 22 : We have checked in your changes. Thank you for your effort. If you have further questions please send an email to the Toolkit team at ajaxtk@microsoft.com. Thanks, Kirti
Download

Applied
Apr 20
145 Jul 17 2007 at 12:12 AM supergibbs Fixes the bug on my previous comment which is similar to the original bug. The attached Default2.aspx worked fine for me (both before and after my patch). So pending acceptance this issue may be closed.
Applied Apr 20 : This patch has been checked in for release 10920. http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=8181 has been resolved. If that is not the case please open a new bug and attach the patch to that bug.
Download

Applied
Apr 19
21 May 22 2007 at 3:49 PM buvinghausen Fix for the ItemIndex property of Accordion/AccordionItemEvent.cs

Code was
/// <summary>
/// Index of the DataItem being bound to the Container
/// </summary>
public int ItemIndex
{
get { return DataItem.DataItemIndex; }
}

Code should be
/// <summary>
/// Index of the DataItem being bound to the Container
/// </summary>
public int ItemIndex
{
get { return _item.DataItemIndex; }
}
Applied Apr 19 : Bug http://www.codeplex.com/WorkItem/View.aspx?ProjectName=AtlasControlToolkit&WorkItemId=15910 resolved.
Download

Applied
Feb 1
311 Sep 20 2007 at 11:58 PM Spot Here is a direct fix for this issue. It will cancel the web service call when the textbox and flyout loses focus, if the web service call is still outstanding. The thinking here is that if the control has lost focus, the user no longer cares about the autocomplete suggestions.

The automated tests failed for me before I applied my changes, so they might still be broken. I did test the code against the above steps to reproduce and it solves the issue.
Applied Feb 1 : Applied.
12111
Download

Updating...