Ticket #3668 (closed bug)
getScript and JSONP fails on about:blank
| Reported by: | antimatter15 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | Cc: | antimatter15 | |
| Blocking: | Blocked by: |
Description
I have a bookmarklet which uses jQuery, and when the bookmarklet is run on about:blank, it throws an XHR error (though it's set to JSONP). I think it fails at line 2659 when trying to access location.host (on Firefox 3).
Change History
comment:1 Changed 5 years ago by flesler
- Cc antimatter15 added
- need changed from Review to Test Case
- Component changed from unfilled to ajax
- Owner flesler deleted
comment:2 Changed 3 years ago by snover
- Status changed from new to pending
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Why would you add the bookmarklet to an empty page ?