Opened 16 years ago
Closed 16 years ago
#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:1 Changed 16 years ago by Larry
comment:2 Changed 16 years ago by Valik
Need more info, Larry, I can't see it happening here.
comment:3 Changed 16 years ago by anonymous
Only happening at my Dev PC at work.... Hmmm, perhaps this is only a problem on my PC.
I will test more.
comment:4 Changed 16 years ago by Valik
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 Changed 16 years ago by anonymous
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 Changed 16 years ago by anonymous
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 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
GUICreate("")
GUICtrlCreateInput("",0,0)
GUISetState()
While GUIGetMsg() <> -3
WEnd