RESOLVED FIXED 90539
The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
https://bugs.webkit.org/show_bug.cgi?id=90539
Summary The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attribut...
Martí Congost
Reported 2012-07-04 03:48:59 PDT
Created attachment 150762 [details] Test case for this issue. When clicking a button with a 'formtarget' attribute, the value of the attribute is not honored if the target of the click event is an element nested within the button, instead the button itself. I've attached a small test case for this issue, which I have reproduced on Chromium/Chrome on both Linux and Windows.
Attachments
Test case for this issue. (971 bytes, text/html)
2012-07-04 03:48 PDT, Martí Congost
no flags
Patch (5.62 KB, patch)
2012-10-16 22:06 PDT, Kunihiko Sakamoto
no flags
Patch 2 (5.65 KB, patch)
2012-10-16 22:45 PDT, Kunihiko Sakamoto
no flags
Kunihiko Sakamoto
Comment 1 2012-10-16 22:06:05 PDT
Kent Tamura
Comment 2 2012-10-16 22:25:50 PDT
Comment on attachment 169087 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=169087&action=review > LayoutTests/fast/forms/formaction-attribute.html:-16 > -var doneAction2 = false; Why did you remove this? You should mention a reason for such unclear changes in the ChangeLog entry.
Kunihiko Sakamoto
Comment 3 2012-10-16 22:45:21 PDT
Kunihiko Sakamoto
Comment 4 2012-10-16 22:46:46 PDT
Comment on attachment 169087 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=169087&action=review >> LayoutTests/fast/forms/formaction-attribute.html:-16 >> -var doneAction2 = false; > > Why did you remove this? > You should mention a reason for such unclear changes in the ChangeLog entry. Because this variable is not used. Updated the ChangeLog entry in Patch 2.
Kent Tamura
Comment 5 2012-10-16 23:45:24 PDT
Comment on attachment 169092 [details] Patch 2 ok
WebKit Review Bot
Comment 6 2012-10-17 00:06:45 PDT
Comment on attachment 169092 [details] Patch 2 Clearing flags on attachment: 169092 Committed r131555: <http://trac.webkit.org/changeset/131555>
WebKit Review Bot
Comment 7 2012-10-17 00:06:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.