Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | clone.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #3016.