You might try running the same behavior from a simple button, instead
of from a context menu, since that might give you a sense of where the
problem lies: i.e. if it occurs even when you run the behavior off a
button, then the problem presumably has nothing to do with the context
menu.

--- In flexcoders@yahoogroups.com, "Guy Morton" <[EMAIL PROTECTED]> wrote:
>
> Hi there
> 
> I have a Flex 2 app that has a custom context menu attached to the
> root application object. It works without incident on the Mac, but on
> windows, choosing an item from the context menu sometimes causes the
> browser to crash. 
> 
> There appears to be no pattern to it, though it does seem to occur
> more frequently when choosing a menu item that calls a function that
> does a couple of sequential HTTP requests and thus can take a little
> while (maybe a second or two) to complete.
> 
> This happens in both IE and Firefox on windows, so for once we can't
> just blame IE. :-)
> 
> Anyone seen this behaviour before and know what causes it, or how to
> work around it?
> 
> TIA 
> 
> Guy
>


Reply via email to