Modify ↓
Opened on Jul 1, 2014 at 4:54:19 PM
Closed on Jul 2, 2014 at 8:23:05 AM
#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 by , on Jul 2, 2014 at 8:23:05 AM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Already fixed by Rev 10214.
M23