Skip to main content

Bug Tracker

Side navigation

#4525 closed bug (invalid)

Opened April 13, 2009 01:34AM UTC

Closed November 11, 2009 08:02PM UTC

Chrome and .load not friends

Reported by: williamstam Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: chrome load Cc:
Blocked by: Blocking:
Description

my code is as follows

$("#content").load("page.asp");

on page.asp i have some javascript and css... works fine on all other browsers.. shows everything well... in crome its asif there was no css and the javascript fails. the page imports other pages via the ".load" and then jquery code works on those imported pages to "react" with the mater page

Attachments (0)
Change History (3)

Changed April 14, 2009 04:18PM UTC by dmethvin comment:1

need: ReviewTest Case

Can you provide a complete test case?

Changed May 30, 2009 11:21PM UTC by malkarouri comment:2

possibly relate to #4690 ?

Changed November 11, 2009 08:02PM UTC by john comment:3

resolution: → invalid
status: newclosed

Not related to #4690 - we really need a test case in order to verify what's going wrong here.