First, make sure it isn't the app. Sometimes subtle differences in browser window sizes cause Spark apps with multiline text to get into an invalidation loop. Put a breakpoint on doPhasedInstantiation and see if it never stops getting called. Well-behaved apps might see it get called a dozen times but then it should stop if the app is idle.
On 3/16/13 7:09 AM, "Marcus Fritze" <[email protected]> wrote: > Hi list, > > sorry for this off-topic question but I am almost crying, because nothing is > working, as it should!!! > > Ok, I experienced a bug when uploading files in Chrome using > FileReference.upload() and wanted to test this bug. (later in another email > some word to this bug) So I created a Flex project and opened this locally > saved project in Chrome with the URL > > file:///Users/marcus/Documents/workspace/FileUploadBug/bin/FileUploadBugTest.h > tml > > But all I can see is a blank white page (the backgroundColor of my > application). When I change the backgroundColor in the project, Chrome shows > me the new backGroundColor, but the rest (the whole application) is missing! I > have tested other flex projects I have created and the same issue! > > In Firefox everything is working fine. > > My system: > > Mac OS X 10.8.3 (today I updated to the new version!) > German OS X language > > Chrome Version 27.0.1423.0 dev with 11.6.602.171 Pepper Flash Player > and > Chrome Version 25.0.1364.172 with 11.6.602.180 Pepper Flash Player > > both are not working. > > Can someone please confirm!!! > > I would create a bug in the chrome issue management system, if someone can > confirm this issue! > > Thanks in advance. > > Marcus Fritze -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
