Open
Bug 1469277
Opened 7 years ago
Updated 3 years ago
Form state isn't saved in Shadow Trees.
Categories
(Core :: DOM: Forms, enhancement, P3)
Core
DOM: Forms
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
No description provided.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8985918 [details]
Bug 1469277: Save form control state in Shadow trees.
https://reviewboard.mozilla.org/r/251406/#review257686
I'm having trouble to see how this could be useful atm.
See https://searchfox.org/mozilla-central/rev/285da1fd7dcf67448b9175741fa330158edcff73/dom/html/nsGenericHTMLElement.cpp#2727
and https://searchfox.org/mozilla-central/rev/285da1fd7dcf67448b9175741fa330158edcff73/dom/base/nsContentUtils.cpp#2932 doesn't deal with ShadowDOM.
Attachment #8985918 -
Flags: review?(bugs) → review-
Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 8985918 [details]
Bug 1469277: Save form control state in Shadow trees.
Yeah, this was kind of a drive-by thingie, but I guess I'd need to figure out to index the form controls and such in a shadow tree, which sounds slightly annoying. I may come back to this, but unassigning for now.
Attachment #8985918 -
Attachment is obsolete: true
Attachment #8985918 -
Flags: review-
Reporter | ||
Updated•7 years ago
|
Assignee: emilio → nobody
Updated•7 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Component: DOM: Core & HTML → DOM: Forms
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•