Modify ↓
Opened 10 years ago
Closed 10 years ago
#2777 closed Bug (Fixed)
Found error in IE.au3
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.12.0 | Severity: | None |
Keywords: | IE.au3, _IEControlGetObjFromHWND | Cc: |
Description
in Func IEControlGetObjFromHWND(ByRef $hWin)
at line 2971 Local $oIE = $aRet[4] .Script()
there is a space between ] and .Script() that causes a
"Requested action with object has failed" error when the line runs
This was also present in earlier versions (e. g. 3.3.7.20++ @ Line 3631)
Attachments (0)
Change History (1)
comment:1 Changed 10 years ago by Melba23
- Resolution set to Fixed
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.
Already fixed by Rev 10214.
M23