I'm seeing an issue in 4.11.0 while debugging a Flex project using the DateField.
Clicking on the DateField's calendar icon to bring up the date chooser works when this Flex project is debugged with SDK 4.10.0. However, when debugged with SDK 4.11.0 the debugger stops 26 times on line 482 of DateField.as ( in ... Apache Flex 4.11.0\frameworks\projects\mx\src\mx\controls\) though no error message is displayed in the console. When debugging with Internet Explorer, the DateChooser is visible after the 26th stop. However, with Firefox, the DateChooser never shows up. Does anyone else see this? Thanks -------------------- CODE BELOW ---------------------- <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"> <s:layout> <s:VerticalLayout /> </s:layout> <s:Label text="Regular Date Field" /> <mx:DateField /> </s:Application> * Lionel*
