Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Pan Troglodytes wrote:
 Does anyone know if they read bugs that say resolved but have been
 updated?  Should I clone the bug as a new one?

I added comments and a patch to a closed bug and it's been reopened 
(http://bugs.adobe.com/jira/browse/SDK-13940)

-- 
Tom Chiverton
Helping to evangelistically facilitate content





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-19 Thread Pan Troglodytes
Just FYI for anyone reading, the bug has been reopened and the tester has
commented.  Apparently the problem was that they were alt-tabbing between
the flex app and flex builder to see the trace output.  Once I posted the
version that outputs the null to the screen, they reproduced it.  Chalk this
up to just providing a user-unfriendly test case.

Thanks Maciek and Tom.


On Wed, Nov 19, 2008 at 3:49 AM, Tom Chiverton [EMAIL PROTECTED]
 wrote:

 On Tuesday 18 Nov 2008, Pan Troglodytes wrote:
  Does anyone know if they read bugs that say resolved but have been
  updated?  Should I clone the bug as a new one?

 I added comments and a patch to a closed bug and it's been reopened
 (http://bugs.adobe.com/jira/browse/SDK-13940)

 --
 Tom Chiverton
 Helping to evangelistically facilitate content



 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
 list of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents.  If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 
Jason


[flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Pan Troglodytes
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 
Manjunathhttp://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


Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
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



 




Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Pan Troglodytes
Not to worry.  Clearly the bug reporter couldn't reproduce it, so I'm not
shocked that someone else can't.  All I need is for some people who CAN
reproduce it to prove that my computer doesn't somehow magically work
differently than everyone else's.  But you do make me think of something -
maybe it's dependent on Flash Player 9 and the tester only used 10.  Will
have to try testing that.

On Tue, Nov 18, 2008 at 10:05 AM, Maciek Sakrejda [EMAIL PROTECTED]wrote:

   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] chimpathetic%40gmail.com
 Reply-To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 To: flexcoders flexcoders@yahoogroups.com flexcoders%40yahoogroups.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

  




-- 
Jason


Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
Right, that could certainly be it. Also, for what it's worth, I'm on
Flex SDK 3.0.0.


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

Not to worry.  Clearly the bug reporter couldn't reproduce it, so I'm
not shocked that someone else can't.  All I need is for some people who
CAN reproduce it to prove that my computer doesn't somehow magically
work differently than everyone else's.  But you do make me think of
something - maybe it's dependent on Flash Player 9 and the tester only
used 10.  Will have to try testing that.



On Tue, Nov 18, 2008 at 10:05 AM, Maciek Sakrejda
[EMAIL PROTECTED] wrote:
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





-- 
Jason



 




Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Maciek Sakrejda
Actually, it looks like I *can* repro, even building from source. I'm
not sure what is different between this time and the previous time doing
it. Steps are even simpler:

1. Click on chart, move mouse around (app traces out
mx.charts::ColumnChart)
2. Click on chart, move mouse again (app traces out null)

I've added a comment to the ticket.

-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

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

Well, I tried it on another machine (also running XP), with FP9 and the
error count be reproduced.  Upgraded to 10 on that machine, error could
also be reproduced.  So clearly it's not that.  Could be the version of
the player for Windows, maybe.

I'm attaching the HTML/SWF to see if it reproduces if you use the SWF I
generated.

As such, I changed the code so that it has a text box (so you don't need
to look at the console output).  If you click on the chart twice in a
row, you should see null in the bottom text box.  Here's the new
source:

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



On Tue, Nov 18, 2008 at 11:51 AM, Maciek Sakrejda
[EMAIL PROTECTED] wrote:
Right, that could certainly be it. Also, for what it's worth,
I'm on
Flex SDK 3.0.0.



-Original Message-
From: Pan Troglodytes [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com

To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Can you spare 5 minutes to reproduce
this 12
line bug?


Date: Tue, 18 Nov 2008 11:39:10 -0600

Not to worry. Clearly the bug reporter couldn't reproduce it, so
I'm
not shocked that someone else can't. All I need is for some
people who
CAN reproduce it to prove that my computer doesn't somehow
magically
work differently than everyone else's. But you do make me think
of
something - maybe it's dependent on Flash Player 9 and the
tester only
used 10. Will have to try testing that.

On Tue, Nov 18, 2008 at 10:05 AM, Maciek Sakrejda
[EMAIL PROTECTED] wrote:
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



-- 
Jason





-- 
Jason



 




Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-18 Thread Pan Troglodytes
Good to hear it's not just me.  And on such a different system, as well.  I
updated the bug with my code for the simpler test version.

Does anyone know if they read bugs that say resolved but have been
updated?  Should I clone the bug as a new one?


On Tue, Nov 18, 2008 at 12:16 PM, Maciek Sakrejda [EMAIL PROTECTED]wrote:

   Actually, it looks like I *can* repro, even building from source. I'm
 not sure what is different between this time and the previous time doing
 it. Steps are even simpler:

 1. Click on chart, move mouse around (app traces out
 mx.charts::ColumnChart)
 2. Click on chart, move mouse again (app traces out null)

 I've added a comment to the ticket.


 --
 Maciek Sakrejda
 Truviso, Inc.
 http://www.truviso.com

 -Original Message-
 From: Pan Troglodytes [EMAIL PROTECTED] chimpathetic%40gmail.com
 Reply-To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Subject: Re: [flexcoders] Can you spare 5 minutes to reproduce this 12
 line bug?
 Date: Tue, 18 Nov 2008 11:59:11 -0600

 Well, I tried it on another machine (also running XP), with FP9 and the
 error count be reproduced. Upgraded to 10 on that machine, error could
 also be reproduced. So clearly it's not that. Could be the version of
 the player for Windows, maybe.

 I'm attaching the HTML/SWF to see if it reproduces if you use the SWF I
 generated.

 As such, I changed the code so that it has a text box (so you don't need
 to look at the console output). If you click on the chart twice in a
 row, you should see null in the bottom text box. Here's the new
 source:

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

 On Tue, Nov 18, 2008 at 11:51 AM, Maciek Sakrejda
 [EMAIL PROTECTED] msakrejda%40truviso.com wrote:
 Right, that could certainly be it. Also, for what it's worth,
 I'm on
 Flex SDK 3.0.0.



 -Original Message-
 From: Pan Troglodytes [EMAIL PROTECTED] chimpathetic%40gmail.com
 Reply-To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com

 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Subject: Re: [flexcoders] Can you spare 5 minutes to reproduce
 this 12
 line bug?


 Date: Tue, 18 Nov 2008 11:39:10 -0600

 Not to worry. Clearly the bug reporter couldn't reproduce it, so
 I'm
 not shocked that someone else can't. All I need is for some
 people who
 CAN reproduce it to prove that my computer doesn't somehow
 magically
 work differently than everyone else's. But you do make me think
 of
 something - maybe it's dependent on Flash Player 9 and the
 tester only
 used 10. Will have to try testing that.

 On Tue, Nov 18, 2008 at 10:05 AM, Maciek Sakrejda
 [EMAIL PROTECTED] msakrejda%40truviso.com wrote:
 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] chimpathetic%40gmail.com
 Reply-To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 To: flexcoders flexcoders@yahoogroups.com flexcoders%40yahoogroups.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



 --
 Jason



 --
 Jason

  




-- 
Jason