Opened 15 years ago
Closed 15 years ago
#1956 closed Bug (Fixed)
3.3.7.10 COM error getting reference to document in frame
| Reported by: | DaleHohm | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.7.14 | Component: | AutoIt |
| Version: | 3.3.7.10 | Severity: | None |
| Keywords: | Cc: |
Description
Released version 3.3.6.1 works as expected. 3.3.7.10 beta triggers COM error when attempting to get a reference to the document object in a frame in the attached sample code.
$oDoc = $oFrame.document
Running:(3.3.7.10):C:\Program Files\AutoIt3\beta\autoit3.exe "C:\3.3.7.10 COM error getting reference to document in frame.au3"
--> COM Error Encountered in 3.3.7.10 COM error getting reference to document in frame.au3
Attachments (1)
Change History (6)
by , 15 years ago
| Attachment: | 3.3.7.10 COM error getting reference to document in frame.au3 added |
|---|
comment:1 by , 15 years ago
Text in my base note got mangled by the formatter.
The COM error triggered is -2147352570
Dale
comment:2 by , 15 years ago
More important information: this was tested with the same results with WinXP, IE7 and Win 7 32-bit, IE9.
Dale
comment:4 by , 15 years ago
same as above, the _IECreateEmbedded ( ) example doesn't work while running in beta 3378,3379 and 33710.
Result :
Running:(3.3.7.10):C:\Program Files (x86)\AutoIt3\Beta\autoit3_x64.exe "C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_IECreateEmbedded.au3"
--> IE.au3 V2.4-0 Error from function _IENavigate, $_IEStatus_InvalidObjectType
+>11:57:30 AutoIT3.exe ended.rc:0
Exit code: 0 Time: 6.736
same using x86 autoit.
comment:5 by , 15 years ago
| Milestone: | → 3.3.7.14 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6187] in version: 3.3.7.14

reproducer