Flex 3 Combobox error #1502
We where dealing with finding the bug in the following error:
Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at mx.core::UIComponent/get owner() at mx.core::UIComponent/owns()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8811] at mx.managers::PopUpManagerImpl$/nonmodalMouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:820] at PopUpData/mouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:980]
It turns out that it has to do with a certain id in one of our elements which had the id "owner" apparently this is used internally in flex as well. Simple to fix but pretty hard to find
Did this help you? Wanna help too?
Posted by: Tim on
Sep 4th, 2008 |
Filed under:
Tags: 
August 26th, 2009 at 8:14 pm
Awesome, quadruple checked all my code and this was the problem. I had a checkbox with the id “owner” causing this to occur.
Add A Comment