Modify ↓
Opened 12 years ago
Closed 12 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)
Note:
See TracTickets
for help on using tickets.

Already fixed by Rev 10214.
M23