Modify ↓
#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:1 in reply to: ↑ description Changed 9 years ago by anonymous
comment:2 Changed 9 years ago by mLipok
- Summary changed from _IEPropertyGet and _IEPropertySet returning only 0 to _IEPropertySet - On Success returning 0 instead 1
- Version changed from 3.3.14.0 to 3.3.15.0
comment:3 Changed 9 years ago by mLipok
There is no problem with _IEPropertyGet as On Succes it returns: the selected property.
So I change the ticket title.
comment:4 Changed 9 years ago by mLipok
- Milestone set to 3.3.15.1
- Owner set to mLipok
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [11686] in version: 3.3.15.1
comment:5 Changed 9 years ago by mLipok
- Component changed from AutoIt to Standard UDFs
- Summary changed from _IEPropertySet - On Success returning 0 instead 1 to _IEPropertySet - On Success returns 0 instead 1
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.
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)