[Bug 32375] New: Submit form by code fails
http://bugs.winehq.org/show_bug.cgi?id=32375 Bug #: 32375 Summary: Submit form by code fails Product: Wine Version: 1.5.18 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: mshtml AssignedTo: wine-bugs(a)winehq.org ReportedBy: ocean04(a)suomi24.fi Classification: Unclassified I use this kind of code to submit form. Submit actually works, but it displays OLE error message box. procedure TForm1.Button2Click(Sender: TObject); var forms: IHTMLElementCollection; doc2: IHTMLDocument2; Form: IHTMLFormElement; begin doc2:=Webbrowser1.document as IHTMLDocument2; forms:=doc2.forms as IHTMLElementCollection; form:=forms.Item('testform','') as IHTMLFormElement; form.submit; end; http://netikka.net/dev/submit.exe Click button "submit". Terminal: err:mshtml:HTMLFormElement_submit Submit failed: 804b0002 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32375 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://netikka.net/dev/subm | |it.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32375 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32375 --- Comment #1 from ocean04(a)suomi24.fi 2013-03-07 13:10:21 CST --- Still in wine-1.5.25-93-ge920d1a I looked this little, could be bug in Gecko -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32375 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e61de218ee3f0924252ea690be7 | |2f01d8c9bfb05 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from ocean04(a)suomi24.fi 2013-09-28 16:32:41 CDT --- Seems to work wine-1.7.3 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32375 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2013-10-11 12:30:25 CDT --- Closing bugs fixed in 1.7.4. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org