#373 closed Bug (No Bug)
GUI - Moving Mouse Across Edit or Input
| Reported by: | Larry | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Moving the mouse across an edit or input field causes an awful caret/pointer flicker.
Attachments (0)
Change History (7)
comment:3 by , on Jun 12, 2008 at 2:51:24 AM
Only happening at my Dev PC at work.... Hmmm, perhaps this is only a problem on my PC.
I will test more.
comment:4 by , on Jun 13, 2008 at 4:44:37 PM
Larry, how are the video drivers on the system? Are they up to date? Does scrolling in your web browser go smoothly or does it jerk along?
comment:5 by , on Jun 13, 2008 at 10:14:20 PM
I don't see any other problems with video.
I ran the script on a coworker's box and it also was "shaky". Happened on about 4 out of 40 PCs that I had to run it on. All the same Desktop PC ... I am betting it is localized to here.
My Device Manager shows an SM Bus Controller problem ... but I don't even know what that means... Off to investigate more.
comment:6 by , on Jun 13, 2008 at 10:31:45 PM
Updated Chipset driver to get rid of "SM Bus Controller" thingy and ran Video driver download JIC and everything is FINE now...
you can "No Bug" this one and discard.
comment:7 by , on Jun 13, 2008 at 11:15:18 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

GUICreate("")
GUICtrlCreateInput("",0,0)
GUISetState()
While GUIGetMsg() <> -3
WEnd