Bug 13126 - Unnecessary <form> tags created inside of an <iframe> with designMode on
Summary: Unnecessary <form> tags created inside of an <iframe> with designMode on
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 21:13 PDT by J Boss
Modified: 2012-05-02 00:05 PDT (History)
5 users (show)

See Also:


Attachments
testcase (8.51 KB, text/html)
2007-12-01 19:26 PST, J Boss
no flags Details
Adds a test (2.08 KB, patch)
2012-05-01 21:19 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J Boss 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.
Comment 1 J Boss 2007-12-01 19:26:33 PST
Created attachment 17635 [details]
testcase
Comment 2 Ryosuke Niwa 2012-05-01 21:05:54 PDT
It seems like this bug no longer reproduces. Let's add a test for it.
Comment 3 Ryosuke Niwa 2012-05-01 21:19:11 PDT
Created attachment 139739 [details]
Adds a test
Comment 4 Eric Seidel (no email) 2012-05-01 21:21:19 PDT
Comment on attachment 139739 [details]
Adds a test

OK.
Comment 5 WebKit Review Bot 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>