Side navigation
#5818 closed bug (duplicate)
Opened January 15, 2010 10:34AM UTC
Closed November 19, 2010 09:17PM UTC
Last modified November 19, 2010 09:17PM UTC
javascript doesn't work in ajax if cached
Reported by: | geki007 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | ajax | Version: | 1.4 |
Keywords: | ajax cache | Cc: | |
Blocked by: | Blocking: |
Description
if you click 3 times (it's cached already) on the link then you cannot see the dialog (correct) ... see testfiles
if i set cacheable = false; in line 4115 in jquery.js it works
i think when it's cached the javascript isn't executed
on 1.3 is works also