#3558 closed bug (invalid)
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.
Change History (3)
comment:1 Changed 14 years ago by
Cc: | sunsuron flesler added |
---|---|
Component: | unfilled → core |
Keywords: | clone added |
Owner: | flesler deleted |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The test page has disappeared and I'm not sure it was a bug in the first place.
Note: See
TracTickets for help on using
tickets.
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?