I had a bug marked "cannot reproduce", even though it's reproducible with a
12 line application for me.  It might help if a few others here will give it
a shot:

http://bugs.adobe.com/jira/browse/FLEXDMV-1908

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
  layout="vertical"
  mouseMove="trace(getQualifiedClassName(getFocus()))">
  <mx:Script>
    <![CDATA[
      import flash.utils.getQualifiedClassName;
    ]]>
  </mx:Script>
  <mx:TextInput/>
  <mx:ColumnChart/>
</mx:Application>


Steps to reproduce:
1. Click on the app (not on one of the components) and move the mouse
around. You will see "null" output in the console.
2. Click on the chart and move the mouse around. You will see
"mx.charts::ColumnChart" output.
3. Click on the chart again and move the mouse around. You will see "null"
output.
4. Click on the text field and move the mouse around. You will see
"mx.core::UITextField" output.
5. Repeat from step 2.

...
Sudhir 
Manjunath<http://bugs.adobe.com/jira/secure/ViewProfile.jspa?name=sudhirm>-
[11/18/08
09:36 AM ] Cannot be reproduced. Tried in 2.0.1, 3.0.1 and
3.0.2.(build-214193).


-- 
Jason

Reply via email to