Bug 50662 - <object> should construct form data with a plugin
Summary: <object> should construct form data with a plugin
Status: RESOLVED DUPLICATE of bug 13061
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 48821
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-07 19:35 PST by Kent Tamura
Modified: 2010-12-08 15:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2010-12-07 19:35:57 PST
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.
Comment 1 Alexey Proskuryakov 2010-12-08 14:06:20 PST
Duplicate of bug 13061?
Comment 2 Kent Tamura 2010-12-08 15:27:48 PST
(In reply to comment #1)
> Duplicate of bug 13061?

Oh, right.

*** This bug has been marked as a duplicate of bug 13061 ***