Bug 4828
Summary: | <form> element is created for <isindex> outside <form>; that's not correct | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | Forms | Assignee: | Vicki Murley <vicki> |
Status: | CLOSED FIXED | ||
Severity: | Minor | CC: | andersca, vicki |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 4565 |
Darin Adler
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
I think we can just revise the <isindex> hack to not ever create a form. Should be straightforward, but
unclear how to test.
Vicki Murley
<rdar://problem/4288307>
Vicki Murley
Fixed this yesterday.
Mark Rowe (bdash)
This was fixed in <http://trac.webkit.org/changeset/10780>.
Mark Rowe (bdash)
And <http://trac.webkit.org/changeset/10779>.