Opened 13 years ago
Closed 13 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)
Changed 13 years ago by DaleHohm
comment:1 Changed 13 years ago by DaleHohm
Text in my base note got mangled by the formatter.
The COM error triggered is -2147352570
Dale
comment:2 Changed 13 years ago by DaleHohm
More important information: this was tested with the same results with WinXP, IE7 and Win 7 32-bit, IE9.
Dale
comment:3 Changed 13 years ago by Jpm
regression start with 3.3.7.9
comment:4 Changed 13 years ago by arcker
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 Changed 13 years ago by Jon
- Milestone set to 3.3.7.14
- Owner set to Jon
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [6187] in version: 3.3.7.14
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.
reproducer