Modify ↓
Ticket #4646 (closed bug: duplicate)
Cloning textareas - value is not cloned across
| Reported by: | anton_babushkin | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | core | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Cloning a <textarea> produces odd results.
The value is not carried across to the cloned copy.
This happens to me in:
Firefox 3.0.10 Safari 4 Google Chrome 1.0.154.65
Oddly enough cloning works perfectly fine in IE6 and 7 (haven't tried 8).
Please view attachments to see this in action.
Note: Cloning other elements carries across the value (i.e. the <input type="text" ...> element).
Attachments
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.

