Bug 50662
| Summary: | <object> should construct form data with a plugin | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kent Tamura <tkent> |
| Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, bashi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 48821 | ||
| Bug Blocks: | |||
Kent Tamura
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-algorithm
> 8. Otherwise, if the field element is an object element: try to obtain a form submission value
> from the plugin, and if that is successful, append an entry to the form data set with name as
> the name, the returned form submission value as the value, and the string "object" as the type.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Duplicate of bug 13061?
Kent Tamura
(In reply to comment #1)
> Duplicate of bug 13061?
Oh, right.
*** This bug has been marked as a duplicate of bug 13061 ***