Opened 13 years ago
Closed 13 years ago
#2314 closed Bug (Fixed)
Cursor Flicker - Control
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.9.20 | Component: | AutoIt |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | cursor edit control | Cc: |
Description
Maybe someone of the developers have a solution for the known problem --> http://www.autoitscript.com/forum/topic/122250-cursor-flicker-edit-control/
AutoIt Version: 3.3.8.1
OS: Windows 7 Prof 64 Bit (all drivers up 2 date)
Regards
Attachments (0)
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
"The cursor flickers between "arrow" and "beam/carriage"."
Exactly. Same switching for me.
comment:3 by , 13 years ago
This seems to happen on any control where text may be input (eg: input, edit, combo), while hovering over the text-input area only (when the cursor is expected to be a beam). If one hovers over a control's scrollbar/dropdown selector (if present) the cursor correctly shows an arrow.
As a temporary fix, one may try using GUICtrlSetCursor(controlID,cursorID) ; however, note that the chosen cursor will display when hovering over the input area and scrollbar/selector (if present). And this fix doesn't seem to work on combo controls.
comment:4 by , 13 years ago
I already heard about this way to "fix" it, but in my opinion this has to be a problem on AutoIt. Maybe some Devs could take a look on it. Would be awesome.
comment:5 by , 13 years ago
| Milestone: | → 3.3.9.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [8947] in version: 3.3.9.20

I have the same issue while moving cursor above input control. The cursor flickers between "arrow" and "beam/carriage".
3.3.8.1
Win 7 x64 Home Pro SP1