Side navigation
#8185 closed bug (worksforme)
Opened February 05, 2011 11:09PM UTC
Closed February 06, 2011 07:42PM UTC
Last modified October 11, 2011 10:31AM UTC
$("#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
Attachments (0)
Change History (5)
Changed February 06, 2011 12:39AM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → anonymous |
priority: | undecided → low |
status: | new → pending |
Changed February 06, 2011 07:42PM UTC by comment:2
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!.
Changed February 07, 2011 11:37AM UTC by comment:3
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.
Changed February 07, 2011 02:01PM UTC by comment:4
Replying to [comment:3 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
Changed October 11, 2011 10:31AM UTC by comment:5
Replying to [comment:4 jitter]:
Replying to [comment:3 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