#1952 closed Bug (Fixed)
Autoit & https & _IEFormSubmit doesnt work.
| Reported by: | JBtje | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.7.18 | Component: | AutoIt |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | https, _IEFormSubmit, IE9, Internet explorer, 9, fails to work | Cc: |
Description
Efter two hours searching, I gave up. Than, while running some examples, I found it!
_IEFormSubmit seems not te be working when you have load a website using SSL (https://) in IE9, both 32 bit and 64 bit!
This is the standard _IEFormSubmit example code, using httpS://www.google.com
; #AutoIt3Wrapper_UseX64=N ;uncomment to use 32 bit IE
#include <IE.au3>
$oIE = _IECreate ("https://www.google.com")
$oForm = _IEFormGetObjByName ($oIE, "f")
$oQuery = _IEFormElementGetObjByName ($oForm, "q")
_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")
_IEFormSubmit ($oForm, 0)
_IELoadWait($oIE)
Testmachine on which the code fails:
- Windows 7 x64
- IE9 x64 AND IE9 x32
- Autoit 3.3.6.1
Testmachine on which the code works:
- Windows XP pro x64
- IE8 x32
- Autoit 3.3.6.1
Let me know if any other information is needed.
My best regards,
Jeffrey
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , on Jul 28, 2011 at 5:27:31 PM
comment:2 by , on Oct 5, 2011 at 9:04:51 PM
It affects the KeePass autofiller extension called Keeform - http://www.keeform.org/.
So I wish it would get fixed also. -rrams
comment:3 by , on Oct 6, 2011 at 12:51:10 AM
| Milestone: | → 3.3.7.18 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Oh, so there was a ticket for the form submit issue. It's fixed in 3.3.7.18 and later.

not sure how bizzy u guys are, but 7 weeks after the bug has been reported there is still no reply? not even a "will look into it" ???
Best regards,
Jeffrey