Closed
Bug 1458507
Opened 8 years ago
Closed 7 years ago
clonenode(deep) dont copy actual value of select
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bes.internal, Unassigned)
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.45 Safari/537.36 OPR/53.0.2907.7 (Edition beta)
Steps to reproduce:
testcase https://codepen.io/anon/pen/bMWKdO
Expected results:
clonenode must copy actual DOM state of node
Comment 1•8 years ago
|
||
Peter, could you take a look at this? I'm not sure what this is supposed to do.
Flags: needinfo?(peterv)
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Comment 2•7 years ago
|
||
This is invalid. Cloning an option element doesn't propagate the selectedness to the clone.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(peterv)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•