Skip to main content

Bug Tracker

Side navigation

#3558 closed bug (invalid)

Opened October 31, 2008 08:25AM UTC

Closed May 10, 2009 03:49PM UTC

Last modified March 14, 2012 11:59PM UTC

jQuery.clone bug or IE7 bug?

Reported by: sunsuron Owned by:
Priority: minor Milestone: 1.3
Component: core Version: 1.2.6
Keywords: clone Cc: sunsuron, flesler
Blocked by: Blocking:
Description

The site http://www.urangsabah.com/dev/sirius.html (view source) contains the jQuery+HTML source of using clone() to duplicate a DIV.

Everything's OK except with IE7. When user click 'attach more file' and check all radio button, IE7 treated them just like having the same 'name' attribute. I am expecting these radio button are check-able.

So I am wondering if this is IE or jQuery.

Attachments (0)
Change History (3)

Changed October 31, 2008 08:48PM UTC by flesler comment:1

cc: → sunsuron, flesler
component: unfilledcore
keywords: → clone
owner: flesler

Changed January 20, 2009 02:41AM UTC by dmethvin comment:2

I don't understand the problem in the test page. I did notice that the name attribute is being set to invalid values like "1.998" so perhaps that is causing the problem?

Changed May 10, 2009 03:49PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

The test page has disappeared and I'm not sure it was a bug in the first place.