Side navigation
#6689 closed bug ()
Opened June 18, 2010 10:14AM UTC
Closed November 11, 2010 11:09PM UTC
Last modified April 23, 2017 11:28PM UTC
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 (8)
Changed June 19, 2010 01:40PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed June 21, 2010 01:48AM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
Replying to [comment:1 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!
Changed June 22, 2010 05:00AM UTC by comment:3
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.
Changed July 11, 2010 11:57PM UTC by comment:4
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.
Changed October 14, 2010 03:14AM UTC by comment:5
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!
Changed November 11, 2010 11:09PM UTC by comment:6
cc: | Beijing ,China → Beijing, China |
---|---|
status: | pending → closed |
Automatically closed due to 14 days of inactivity.
Changed August 01, 2011 01:16PM UTC by comment:7
This is a chrome issue:
Changed April 23, 2017 11:28PM UTC by comment:8
cc: | Beijing, China |
---|---|
priority: | → undecided |
I am not clear on the problem given the description; can you attach a test case?