Modify

Opened 12 years ago

Closed 12 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

Change History (5)

comment:1 Changed 12 years ago by Eugenii

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

comment:2 Changed 12 years ago by anonymous

"The cursor flickers between "arrow" and "beam/carriage"."

Exactly. Same switching for me.

comment:3 Changed 12 years ago by anonymous

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 Changed 12 years ago by Yaerox

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 Changed 12 years ago by Jon

  • Milestone set to 3.3.9.20
  • Owner set to Jon
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [8947] in version: 3.3.9.20

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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.