Share via


"ATLAS" JULY CTP released

The July CTP of "Atlas" framework is now available.
This is primarily a bug-fix release, making it an important download for all “Atlas” developers.
If you have not yet tried “Atlas”, head over to atlas.asp.net and learn what it’s all about.

You can download the Jult CTP @ https://go.microsoft.com/fwlink/?LinkId=52384

Whats New in July CTP?

UpdatePanel and ScriptManager:

  • ScriptManager.RegisterControl() takes optional parameter to specify client type to create.
  • Fix for UpdatePanels in Firefox.

Drag and Drop:

  • Added public dragStart/dragEnd events to DragDropManager.
  • dragStart fires with dragMode, dataType, and data as eventArgs.
  • dragStop fires with empty eventArgs.
  • style.position of dragVisuals will no longer default to "absolute".
  • DragDropManager do longers disposes dropTargets when unregistering them.
  • FloatingBehavior now unregisters itself on dispose.