#8185 closed bug (worksforme)
$("#xy").load() does not work in 1.5 (Firefox 3.6.13)
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Change History (5)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to anonymous |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
This is working fine in 1.5 - here's a basic load() test with jsFiddle using this version and as I've confirmed this as functioning correctly in Firefox 3.6.13, latest Chrome and latest Opera. Live Test Case we'll be closing this ticket. If the code you've been testing is significantly different please feel free to reopen this ticket or submit a new one and we'll re-evaluate. Thanks!.
comment:3 follow-up: 4 Changed 12 years ago by
I'm not the original reporter but I encounter the same bug. To reproduce, use a local html file (file:// protocol) and try to load a local html snippet with the load method. Debugging the code allows to see the HTML resource is loaded but the jXHR.isResolved method return false instead of true preventing the the inclusion of the HTML code in the container.
comment:4 follow-up: 5 Changed 12 years ago by
Replying to anonymous:
I'm not the original reporter but I encounter the same bug. To reproduce, use a local html file (file:// protocol) and try to load a local html snippet with the load method. Debugging the code allows to see the HTML resource is loaded but the jXHR.isResolved method return false instead of true preventing the the inclusion of the HTML code in the container.
This is already fixed. Check #8125
comment:5 Changed 11 years ago by
Replying to jitter:
Replying to anonymous:
I'm not the original reporter but I encounter the same bug. To reproduce, use a local html file (file:// protocol) and try to load a local html snippet with the load method. Debugging the code allows to see the HTML resource is loaded but the jXHR.isResolved method return false instead of true preventing the the inclusion of the HTML code in the container.
This is already fixed. Check #8125
I am facing the same problem with jquery 1.3.2
Thanks for taking the time to contribute to the jQuery project by writing a bug report.
Please submit a reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. So that we can investigate this issue further. Also make sure to read the link given below, in order to provide a most useful bug report.
How to report bugs