Modify ↓
Ticket #11136 (closed bug: duplicate)
Textarea values are not preserved when .cloned()'ed
| Reported by: | DarkAngelBGE | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hey there,
today I noticed that
<textarea name="something">lala</textarea>
will be cloned into
<textarea name="something"></textarea>
... which is unexpected behavior. This happens even if you use $('textarea').clone(true) and not just .clone().
Thank you for your time.
Tim Koschuetzki
Change History
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.
