R
RossRGK
A script I've implemented is doing this annoying thing where it works in
mozilla only if you have Firebug installed.
I was all excited to find someone had solved what sounded like the same
problem, as outlined in <a href =
"http://lukav.com/wordpress/2007/04/12/firefox-firebug-and-synchronos-calls-problem/#comment-750">this
article</a> but unfortunately, it turns out that I am not using sync
XMR.open, but rather async.
ALSO, the related bug: <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=383304">383304</a>
sez that the bug was fixed in FF 3.0.1
I am running FF3.0.1 in MacOS 10.4.11 (though I had also seen it on
win32 platform earlier this year, and put off fixing it till now).
I'm not 100% sure that it was related to the XMR calls, but my big
concern is that Firebug makes my code work, and it also works in Safari,
but not in any mozilla-derived browsers, which sounds like the bug
above. So the signature is the same. Nothing worse than a debugger
that makes stuff work only in its presence!
Is anyone aware of any other situations where Firebug makes something
work in Mozilla, other than this XHR.open sync bug?
I guess I'm going to jump in and try to figure out where my code fails,
but doing it without a debugger in my browser is going to be a real pain...
Thx- Ross.
mozilla only if you have Firebug installed.
I was all excited to find someone had solved what sounded like the same
problem, as outlined in <a href =
"http://lukav.com/wordpress/2007/04/12/firefox-firebug-and-synchronos-calls-problem/#comment-750">this
article</a> but unfortunately, it turns out that I am not using sync
XMR.open, but rather async.
ALSO, the related bug: <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=383304">383304</a>
sez that the bug was fixed in FF 3.0.1
I am running FF3.0.1 in MacOS 10.4.11 (though I had also seen it on
win32 platform earlier this year, and put off fixing it till now).
I'm not 100% sure that it was related to the XMR calls, but my big
concern is that Firebug makes my code work, and it also works in Safari,
but not in any mozilla-derived browsers, which sounds like the bug
above. So the signature is the same. Nothing worse than a debugger
that makes stuff work only in its presence!
Is anyone aware of any other situations where Firebug makes something
work in Mozilla, other than this XHR.open sync bug?
I guess I'm going to jump in and try to figure out where my code fails,
but doing it without a debugger in my browser is going to be a real pain...
Thx- Ross.