Bug 11804
Summary: | Object should submit (name attribute on <object>) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vlad Alexander <vlad.alexander> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://misc.xstandard.com/apple/javascriptfree.asp |
Vlad Alexander
The <object> element should send data to the server just like any other form control when the "name" attribute is present. For example:
<object type="application/x-xstandard" name="editor1" width="100%" height="300"></object>
Test case:
http://misc.xstandard.com/apple/javascriptfree.asp
For Netscape plug-in API implementation please see:
https://bugzilla.mozilla.org/show_bug.cgi?id=188938
We are a browser plug-in vendors and would very much would like to use this construct which is already supported by IE, FF and Opera.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This bug was filed earlier, but bug 13061 already contains some information helpful for implementation, so marking this one as a duplicate.
*** This bug has been marked as a duplicate of 13061 ***