Ticket #6689 (closed bug)
chrome 5.0.375.70 can't load() a new page?
| Reported by: | duwenya | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4 | |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | load() | Cc: | Beijing, China |
| Blocking: | Blocked by: |
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
Change History
comment:1 follow-up: ↓ 2 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
comment:2 in reply to: ↑ 1 Changed 3 years ago by duwenya
- Status changed from closed to reopened
- Resolution invalid deleted
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 3 years ago by curiousdannii
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 3 years ago by dmethvin
- Component changed from unfiled to 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 3 years ago by snover
- Status changed from reopened 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!
comment:6 Changed 3 years ago by trac-o-bot
- Cc changed from Beijing ,China to Beijing, China
- Status changed from pending to closed
Automatically closed due to 14 days of inactivity.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


I am not clear on the problem given the description; can you attach a test case?