Closed
Bug 368402
Opened 18 years ago
Closed 18 years ago
XHR + Event : Component returned failure code : 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: xxorax, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
follow the link to reproduce this bug. All files are include in bug.rar in the same web location.
It's apparently very specific at Event handler + XHR execution.
I don't know from where that comes.
Reproducible: Always
Actual Results:
script error and XMLHttpRequest failed.
if only you delete the line 51 of core.js :
new Event.observe...
and replace in bug.php the line 24 :
<form name="e4da3b7fbbce2345d7772b0674a318d5" method="post" >
by :
<form name="e4da3b7fbbce2345d7772b0674a318d5" method="post" onSubmit="return Form.ajaxsend(this);">
that is fully functional now.
Comment 1•18 years ago
|
||
I don't see the error in trunk nightly builds.
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
ok, I had tested above but there was an error in my event handler.
all good in the last nightly build.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•