Hate to break it to you, but I can't repro either

Flash Player 10,0,12,36 (debug)
Firefox 3.0.4
Ubuntu 8.10
-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-----Original Message-----
From: Pan Troglodytes <[EMAIL PROTECTED]>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders <flexcoders@yahoogroups.com>
Subject: [flexcoders] Can you spare 5 minutes to reproduce this 12 line
bug?
Date: Tue, 18 Nov 2008 09:45:42 -0600

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 - [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