I can reproduce this.

Test:

1. Opened Firebug
2. Enabled and switched to the Console panel
2. Pasted the following code to the Command Line:

var http_req = new XMLHttpRequest();
http_req.open('GET', 
"https://getfirebug.com/tests/manual/issues/5663/page2.php";);
http_req.send(null);

4. Clicked "Execute" inside the Command Editor

=> The request never finishes. Expanding the request only shows request 
headers but no reponse headers.

FF 19.0 + FB 1.12a3. OS Win7 and W-XP.

Note: with FF20 works fine.

-- 
-- 
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
https://groups.google.com/forum/#!forum/firebug

--- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to