http://bugs.winehq.org/show_bug.cgi?id=35769
Bug ID: 35769 Summary: Target attributes is ignored when submitting form Product: Wine Version: 1.7.14 Hardware: x86 URL: http://www.w3schools.com/xml/tryit.asp?filename=tryxml _dom_createelement OS: Linux Status: NEW Keywords: download, patch, source Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: fracting@gmail.com
Created attachment 47762 --> http://bugs.winehq.org/attachment.cgi?id=47762 Patch from Jacek: mshtml: Use Gecko submit implementation if target attribute is specified.
Follow up of Bug 34817
(In reply to Nikolay Sivov from comment #2)
Feel free to open another bug about whole page behavior - script replaces whole document with result page and you don't even have to press a button.
I hit the same bug recently, it's a bug in HTMLFormElement_submit, Jacek has a patch for it. I've tested the patch manually and it works, any