Chromium Code Reviews
DescriptionReapply the patch r191685 with fixing the regression issue.
This also fixes the issue where on cloneNode(true) doesn't copy dynamic updated text instead default text is copied.
Orignial bug description and casue of revert.
> Revert r191685 "Implement copyNonAttributePropertiesFromElement for
HTMLTextAreaElement"
>It caused a regression about cloneNode() for <textarea>.
> Implement copyNonAttributePropertiesFromElement for
> HTMLTextAreaElement
>
> Before this patch on cloning textarea element checkValidity() gives
> incorrect result becasue value is not copied in cloned node.
> Now we copy value by overriding copyNonAttributePropertiesFromElement
>
> BUG=461414, 465365
.
> TESTS=Exisitng LayoutTests/fast/forms/checkValidity-on-cloned-node.html
>BUG=487352
BUG=487352
TEST=LayoutTests/fast/forms/textarea-cloned-text-match.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196677
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 1
Patch Set 3 : #Messages
Total messages: 17 (6 generated)
|