I think I am getting the same bug manifesting itself differently. The app I work on is a Flex app that communicates to a Java SOAP API. There is one call where the api will just hang forever (until the flash runtime times out the async call), but it only happens in FF 3.6 on my Windows XP machine *when I have firebug turned on*. I have narrowed it down to a few steps to trigger this bug and I can only reproduce on Win XP FF 3.6 Firebug (1.5.0) enabled. I cannot reproduce the bug in Chrome (same PC) or under OSX (10.6.2) in FF 3.5.7 no firebug or Safari 4.0.4 (also OSX)
If it helps, the other plugins I have running on the offending browser are: Charles Autoconfiguration 3.4 Firebug 1.5.0 Flashbug 1.5.0 Java Console 6.0.11 Microsoft .NET Framework Assistant 1.1 Personas 1.5.1 Honza (Jan Odvarko) wrote: > On Jan 27, 11:54 am, Felix Stolle <[email protected]> wrote: > > no it doesn't seem related. > > i don't have NET enabled and could not reproduce any crash with the > > other examples. > Note that the Net panel doesn't have to be enabled. > > > i also disabled all other addons except FB and it still crashes. > > > > here is what i do: > > using: > > jquery 1.4.1 > > jquery-ui 1.7.2 (dialog and core) > > jquery forms > > jquery filestyle (to stylize the file input) > > > > - create a dialog > > - put the form into the dialog via jquery .load() > > - select the file (~1 MB image) > > - press the upload button which is bound to the dialog button > > - submit > > - loading image appears which is triggered by the dialog button > > - FF crashes > > - the file did not get uploaded thus it seems the crash occours at the > > ajaxSubmit command > > > > i'll do an example page when i have more time later. > According to these steps, I still feel it could be related to the > above, see also > https://bugzilla.mozilla.org/show_bug.cgi?id=542120 > (note that it isn't only XHR) > > Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
