#6689 closed bug
chrome 5.0.375.70 can't load() a new page?
Reported by: | duwenya | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | load() | Cc: | |
Blocked by: | Blocking: |
Description
My problem is : I load a subpage in main pages.In IE browers the subpage can show as before. But chrome 5.0.375.70 can't show the new subpage. The code is: $("#divId").load(a.html) main page:<div id="divId"></div> subpage is: a.html
Attachments (1)
Change History (9)
comment:1 follow-up: 2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Changed 13 years ago by
Attachment: | load()_testing.html added |
---|
comment:2 Changed 13 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Replying to dmethvin:
I am not clear on the problem given the description; can you attach a test case?
I have attached a test case,give me a hand,thank you!
comment:3 Changed 13 years ago by
Are you running this locally (ie, from a file: URL)? If so there's nothing jQuery can do, XHR doesn't work for file: URLs in Chrome. See http://code.google.com/p/chromium/issues/detail?id=4197 for more info. There is a command line option that will make it work, but that's hardly user friendly.
comment:4 Changed 13 years ago by
Component: | unfiled → ajax |
---|
Also see this Chrome bug:
http://code.google.com/p/chromium/issues/detail?id=47416
At this point I think jQuery users (and the rest of the web) will have to deal with Chrome's limitation regarding XHR on file:// urls.
comment:5 Changed 13 years ago by
Status: | reopened → 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!
comment:6 Changed 13 years ago by
Cc: | Beijing ,China → Beijing, China |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
comment:8 Changed 6 years ago by
Cc: | Beijing China removed |
---|---|
Priority: | → undecided |
I am not clear on the problem given the description; can you attach a test case?