Modify ↓
Ticket #8340 (closed bug: wontfix)
cloning a table with selects inside doesn't preserve selected state
| Reported by: | anonymous | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | manipulation | Version: | 1.5 |
| Keywords: | needsreview | Cc: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by rwaldron
- Keywords needsreview added
- Owner set to rwaldron
- Status changed from new to assigned
- Component changed from unfiled to manipulation
comment:2 Changed 2 years ago by rwaldron
Note to self, reference: http://bugs.jquery.com/ticket/8129
Also - this never worked:
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
