Opened 12 years ago
Closed 12 years ago
#8340 closed bug (wontfix)
cloning a table with selects inside doesn't preserve selected state
Reported by: | anonymous | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | manipulation | Version: | 1.5 |
Keywords: | needsreview | Cc: | |
Blocked by: | Blocking: |
Description
If you have a table with some selects in the tds, and you clone it, I'd expect it to maintain the option selected in each select, but it does not.
See http://jsfiddle.net/JJN8D/ for a very basic demonstration
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Keywords: | needsreview added |
Owner: | set to Rick Waldron |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Based on my own findings from 5 months ago, closing as wontfix
Note: See
TracTickets for help on using
tickets.
Note to self, reference: http://bugs.jquery.com/ticket/8129
Also - this never worked:
1.4.4 http://jsfiddle.net/rwaldron/JJN8D/2/
1.3.2 http://jsfiddle.net/rwaldron/JJN8D/3/