WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
Bug 4828
<form> element is created for <isindex> outside <form>; that's not correct
https://bugs.webkit.org/show_bug.cgi?id=4828
Summary
<form> element is created for <isindex> outside <form>; that's not correct
Darin Adler
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
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.
Vicki Murley
Comment 2
2005-10-05 15:51:08 PDT
<
rdar://problem/4288307
>
Vicki Murley
Comment 3
2005-10-07 15:22:04 PDT
Fixed this yesterday.
Mark Rowe (bdash)
Comment 4
2009-10-24 20:32:23 PDT
This was fixed in <
http://trac.webkit.org/changeset/10780
>.
Mark Rowe (bdash)
Comment 5
2009-10-24 20:32:59 PDT
And <
http://trac.webkit.org/changeset/10779
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug