Bug 4828 - <form> element is created for <isindex> outside <form>; that's not correct
Summary: <form> element is created for <isindex> outside <form>; that's not correct
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Minor
Assignee: Vicki Murley
URL:
Keywords:
Depends on:
Blocks: 4565
  Show dependency treegraph
 
Reported: 2005-09-03 13:08 PDT by Darin Adler
Modified: 2009-10-25 17:28 PDT (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 Darin Adler 2005-09-03 13:08:12 PDT
When an <isindex> appears outside a <form>, we create a <form> element just for the <isindex>. That's 
not correct, and it's causing this test:

        dom/html/level2/html/HTMLIsIndexElement02.html

to fail.
Comment 1 Darin Adler 2005-09-04 13:07:01 PDT
I think we can just revise the <isindex> hack to not ever create a form. Should be straightforward, but 
unclear how to test.
Comment 2 Vicki Murley 2005-10-05 15:51:08 PDT
<rdar://problem/4288307>
Comment 3 Vicki Murley 2005-10-07 15:22:04 PDT
Fixed this yesterday.
Comment 4 Mark Rowe (bdash) 2009-10-24 20:32:23 PDT
This was fixed in <http://trac.webkit.org/changeset/10780>.
Comment 5 Mark Rowe (bdash) 2009-10-24 20:32:59 PDT
And <http://trac.webkit.org/changeset/10779>.