Bug Tracker

Modify

Ticket #11136 (closed bug: duplicate)

Opened 17 months ago

Last modified 17 months ago

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

comment:1 Changed 17 months ago by rwaldron

  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 17 months ago by rwaldron

Duplicate of #3016.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.