RESOLVED FIXED Bug 13126
Unnecessary <form> tags created inside of an <iframe> with designMode on
https://bugs.webkit.org/show_bug.cgi?id=13126
Summary Unnecessary <form> tags created inside of an <iframe> with designMode on
J Boss
Reported 2007-03-19 21:13:07 PDT
When a <form> element is inside an <iframe> with designMode on, if you hit Enter inside of the <form> element, another copy of the form will be created on the next line. This is inconsistent with the behavior of other browsers (IE, Firefox, Opera), where the <form> element will grow larger, instead.
Attachments
testcase (8.51 KB, text/html)
2007-12-01 19:26 PST, J Boss
no flags
Adds a test (2.08 KB, patch)
2012-05-01 21:19 PDT, Ryosuke Niwa
no flags
J Boss
Comment 1 2007-12-01 19:26:33 PST
Created attachment 17635 [details] testcase
Ryosuke Niwa
Comment 2 2012-05-01 21:05:54 PDT
It seems like this bug no longer reproduces. Let's add a test for it.
Ryosuke Niwa
Comment 3 2012-05-01 21:19:11 PDT
Created attachment 139739 [details] Adds a test
Eric Seidel (no email)
Comment 4 2012-05-01 21:21:19 PDT
Comment on attachment 139739 [details] Adds a test OK.
WebKit Review Bot
Comment 5 2012-05-01 21:56:47 PDT
Comment on attachment 139739 [details] Adds a test Clearing flags on attachment: 139739 Committed r115794: <http://trac.webkit.org/changeset/115794>
Note You need to log in before you can comment on or make changes to this bug.