Skip to main content

Bug Tracker

Side navigation

#3707 closed bug (invalid)

Opened December 11, 2008 01:07PM UTC

Closed December 19, 2008 03:13AM UTC

javascript getting appended

Reported by: andreasw Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: ui Cc: peter.bergqvist@e-man.se
Blocked by: Blocking:
Description

http://groups.google.com/group/jquery-en/browse_thread/thread/b15cf583701be6e4/d8beb4730fba8cde?lnk=gst&q=timestamp#d8beb4730fba8cde

We are experiencing the same issue as this guy. Is there any way of getting rid of this?

Attachments (2)
  • alert.js (0.0 KB) - added by davidserduke December 18, 2008 06:26AM UTC.

    test case required file

  • jquery_test.html (0.9 KB) - added by davidserduke December 18, 2008 06:26AM UTC.

    test case

Change History (3)

Changed December 11, 2008 01:33PM UTC by flesler comment:1

component: unfilledcore
need: ReviewTest Case
owner: flesler

There's not much we can do without a test case.

You'd rather contribute a test case to that post and/or this ticket and we'll have a look.

Changed December 18, 2008 06:30AM UTC by davidserduke comment:2

I must be missing something because I don't see it happening. I've put together a test case. I tried both show() and show(1000) but it didn't reload the js file and certainly didn't add a timestamp.

Can you change my simple test case to show the problem?

Changed December 19, 2008 03:13AM UTC by dmethvin comment:3

keywords: → ui
resolution: → invalid
status: newclosed

The thread says this happens with jQuery UI, as David said it doesn't seem to repro with jQuery by itself. That makes sense; the UI effects often need to move or insert content and that might cause re-injected scripts to be executed.

I created a ticket on the UI tracker with a repro case:

http://ui.jquery.com/bugs/ticket/3677

The underlying problem may actually be a result of #3105 in domManip; either way I'll close this one.