Side navigation
#11136 closed bug (duplicate)
Opened January 06, 2012 04:32PM UTC
Closed January 06, 2012 05:17PM UTC
Last modified January 06, 2012 05:17PM UTC
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: | ||
Blocked by: | Blocking: |
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