Opened 13 years ago
Closed 13 years ago
#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)
comment:1 follow-up: ↓ 2 Changed 13 years ago by anonymous
comment:2 in reply to: ↑ 1 Changed 13 years ago by anonymous
It affects the KeePass autofiller extension called Keeform - http://www.keeform.org/.
So I wish it would get fixed also. -rrams
comment:3 Changed 13 years ago by Valik
- Milestone set to 3.3.7.18
- Resolution set to Fixed
- Status changed from new to closed
Oh, so there was a ticket for the form submit issue. It's fixed in 3.3.7.18 and later.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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