[Webkit-unassigned] [Bug 11803] Incorrect use of alternate content inside the <object> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 14:26:56 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=11803





------- Comment #1 from vlad.alexander at xstandard.com  2007-03-21 14:26 PDT -------
To further clarify the request for this bug fix, when our plug-in is not
installed on the client, we need to provide a "textarea" in its place. To do
this, we use the fallback mechanism built into the "object" element. For
example:

<object type="application/x-xstandard" name="editor1">
<textarea name="editor1"></textarea>
</object>

Both "object" and "textarea" need to have the same value in the "name"
attribute because our plug-in is used in existing content management systems
(CMS) where it is very difficult or impossible to change the server-side code
to received HTTP POST data from 2 form controls instead of one for what is
really one control. Since both controls have the same "name", the server will
received double the data.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list