jiangtiandao / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

ScrollableMenuBar freezes when compiled with Flex SDK 3.5 #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile the example code with 3.5
2. Your flashplayer will warn you that a script is making things slow.
3. ScrollableMenubar fails to load. mx:Menubar hasn't got any problems.

Original issue reported on code.google.com by mar...@yellowcat.nl on 20 Jan 2010 at 4:20

GoogleCodeExporter commented 8 years ago

I'm having the same problem.

Original comment by spnewme...@yahoo.com on 20 Jan 2010 at 6:03

GoogleCodeExporter commented 8 years ago
Same problem.

It's a infinity loop between commitProperties() and measure() method of Menu 
class
So there is a mysterious call of commitProperties() at line 389 in 
ScrollableMenu.as

I have comment it and the problem disappear.
but i can't confirm it ...

Original comment by nicolascoquelet@gmail.com on 1 Feb 2010 at 4:39

GoogleCodeExporter commented 8 years ago
@http://code.google.com/u/nicolascoquelet/ , thnks . .
it worked .

Original comment by mahesh.d...@gmail.com on 26 Feb 2010 at 11:48