Closed
Bug 317014
Opened 20 years ago
Closed 17 years ago
setRequestHeader at odd times error
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: computerjoe, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: worksforme?)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Hixie's XMLHttpRequest test 3 brings up error in RC3
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.hixie.ch/tests/adhoc/dom/web-apps/XMLHttpRequest/003.html
Actual Results:
ERROR: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: http://www.hixie.ch/tests/adhoc/dom/web-apps/XMLHttpRequest/003.html :: <TOP_LEVEL> :: line 22" data: no] (line 0)
Expected Results:
PASS
| Reporter | ||
Updated•20 years ago
|
Flags: testcase+
Comment 1•20 years ago
|
||
Not sure what the deal is here, but confirming and moving to Core:DOM
Assignee: nobody → general
Status: UNCONFIRMED → NEW
Component: General → DOM
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
| Reporter | ||
Comment 2•20 years ago
|
||
I ran the test in Phoenix (0.1) and it ran fine. This must be newer thanthat and must have once worked - I don't know when it started not to though.
Comment 3•18 years ago
|
||
WFM in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008011504 Minefield/3.0b3pre
Whiteboard: worksforme?
| Reporter | ||
Comment 4•18 years ago
|
||
Occurs in 2.0.0.11 in OS X. Changed OS to ALL.
OS: Windows XP → All
Hardware: PC → All
| Reporter | ||
Comment 5•17 years ago
|
||
Just checked in Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5 Ubiquity/0.1.5. Appears to work. Produces 'pass'.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•