#1472 closed Bug (Rejected)
GUISetCursor Bug
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
The help page for GUISetCursor says:
For a list of valid cursor IDs see MouseGetCursor. CursorId = 16 will hide the mouse cursor.
But the help page of MouseGetCursor in AutoIt 3.3.4.0 says:
16 = HAND
So I can't set hand cursor in a GUI, because setting that will hide the mouse cursor.
Attachments (0)
Change History (7)
comment:2 by , on Apr 20, 2010 at 10:32:04 PM
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5767] in version: 3.3.7.0
comment:3 by , on Jun 10, 2011 at 9:32:36 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , on Nov 25, 2011 at 12:34:11 AM
Just clarification for developers:
Here is related ticket which is cause of this bug:
MouseGetCursor() - identify also standard hand cursor (IDC_HAND)
http://www.autoitscript.com/trac/autoit/ticket/1311
I think this ticket should be set as Blocking.
comment:6 by , on Nov 25, 2011 at 4:11:29 AM
Umm. No. The last time we tried to fix the idiocy that pertains to this Jon made comment:1. There's no way in hell I'm going to try again to fix it at the 11th hour.
What needs to happen is a script breaking change needs to occur to normalize the values of MouseGetCursor() and GUISetCursor().
comment:7 by , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | reopened → closed |

See, this is why we don't add things "that look innocent" just before a release. Grrrr.