Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 6 years ago

#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)

load()_testing.html (620 bytes) - added by duwenya 13 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

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

Changed 13 years ago by duwenya

Attachment: load()_testing.html added

comment:2 in reply to:  1 Changed 13 years ago by duwenya

Resolution: invalid
Status: closedreopened

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 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 13 years ago by dmethvin

Component: unfiledajax

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 snover

Status: reopenedpending

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 trac-o-bot

Cc: Beijing ,ChinaBeijing, China
Status: pendingclosed

Automatically closed due to 14 days of inactivity.

comment:8 Changed 6 years ago by Ryan J Ollos

Cc: Beijing China removed
Priority: undecided
Note: See TracTickets for help on using tickets.