[ https://issues.apache.org/jira/browse/FLEX-19514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756109#comment-13756109
]
gourav flex commented on FLEX-19514:
------------------------------------
I have View stack, inside that i have advance grid, when i click to move view stack to first
step, i that case i can reproduce this issue.
Error: Error #1502: A script has executed for longer than the default timeout period of 15
seconds.
at mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\managers\layoutClasses\PriorityQueue.as:214]
at mx.managers::LayoutManager/validateClient()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:819]
at mx.core::UIComponent/validateNow()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:5679]
at mx.core::Container/createOrDestroyScrollbars()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\Container.as:4431]
at mx.core::Container/createScrollbarsIfNeeded()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\Container.as:4359]
at mx.core::Container/createContentPaneAndScrollbarsIfNeeded()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\Container.as:4175]
at mx.core::Container/validateDisplayList()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\Container.as:2704]
at mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:622]
at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:695]
at mx.managers::LayoutManager/validateNow()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:748]
at mx.effects::Tween$/timerHandler()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\effects\Tween.as:189]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Note: Can any one let me know the solution plz?
> Error #1502 (Script timeout) in PriorityQueue and browser hangs when UI gets created
with small XML result
> ----------------------------------------------------------------------------------------------------------
>
> Key: FLEX-19514
> URL: https://issues.apache.org/jira/browse/FLEX-19514
> Project: Apache Flex
> Issue Type: Bug
> Components: Layout - General
> Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
> Reporter: Adobe JIRA
> Assignee: Adobe JIRA
>
> Steps to reproduce:
> Eh, bad title, but...
> 1. Import the attached project
> 2. Run/Debug
> 3. Click 'Login' button in Login Window (ok to leave fields empty)
>
> Actual Results:
> Browser hangs evern after I stop the debugger, and:
> Error: Error #1502: A script has executed for longer than the default timeout period
of 15 seconds.
> at mx.managers.layoutClasses::PriorityQueue/removeLargestChild()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\layoutClasses\PriorityQueue.as:175]
> at mx.managers::LayoutManager/validateClient()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:911]
> at mx.core::UIComponent/validateNow()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:6881]
> at mx.core::UIComponent/creationCompleteHandler()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:10436]
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.core::UIComponent/dispatchEvent()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:11260]
> at mx.core::UIComponent/set initialized()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:1513]
> at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
> at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1067]
>
> Expected Results:
> This is dealing with a small xml result:
> http://twitter.com/statuses/public_timeline.xml
> it definitely shouldn't be timing out. The code that handles this result is in PublicTimelineProxy
>
> Workaround (if any):
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|