Modify ↓
Opened on Apr 15, 2016 at 7:02:36 PM
Closed on Apr 15, 2016 at 7:20:54 PM
Last modified on Apr 15, 2016 at 7:22:01 PM
#3223 closed Bug (Fixed)
_IEPropertySet - On Success returns 0 instead 1
| Reported by: | anonymous | Owned by: | mLipok |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | Standard UDFs |
| Version: | 3.3.15.0 | Severity: | None |
| Keywords: | Cc: |
Description
Both functions return 0 by success and not 1.
Attachments (0)
Change History (5)
comment:2 by , on Apr 15, 2016 at 7:17:17 PM
| Summary: | _IEPropertyGet and _IEPropertySet returning only 0 → _IEPropertySet - On Success returning 0 instead 1 |
|---|---|
| Version: | 3.3.14.0 → 3.3.15.0 |
comment:3 by , on Apr 15, 2016 at 7:18:50 PM
There is no problem with _IEPropertyGet as On Succes it returns: the selected property.
So I change the ticket title.
comment:4 by , on Apr 15, 2016 at 7:20:54 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [11686] in version: 3.3.15.1
comment:5 by , on Apr 15, 2016 at 7:22:01 PM
| Component: | AutoIt → Standard UDFs |
|---|---|
| Summary: | _IEPropertySet - On Success returning 0 instead 1 → _IEPropertySet - On Success returns 0 instead 1 |
Note:
See TracTickets
for help on using tickets.

Replying to anonymous:
Excuse me, ist only the _IEPropertySet function that always return Zero.
Change line 2490 in IE.au3 to Return SetError($_IESTATUS_Success, 0, 1)