• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

RE: BUG: Tooltip fights with cursor, blinking/pulsating tooltips

T

tocsa

Flightless Bird
Pulsation can occur between tooltip and cursor if the cursor shape and
hotspot makes the system to disappear the tooltip. This happened to me not so
long ago with an unusual cursor shape, and adjusting the hotspot of the
cursor somewhat helped (sometime it blinks one time, but no pulsation).
It seems that this doesn't affect Windows 7's cursor and tooltip handling
routines, I only experienced this with WinXP and Vista.

Hope this helps for the developers.

I debugged a _lot_, and finally realized that the problem is the cursor
itself (or actually the problem is in the system, but we can work it around).
Check you cursor resources.
 
P

Peter Foldes

Flightless Bird
tosca

Post it to the following where you have a better experience

MSDN IE Development Forums
http://social.msdn.microsoft.com/forums/en-US/category/iedevelopment/

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx



--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"tocsa" <tocsa@discussions.microsoft.com> wrote in message
news:3F95E794-3352-4FCA-86BA-52602E20F6B2@microsoft.com...
> Pulsation can occur between tooltip and cursor if the cursor shape and
> hotspot makes the system to disappear the tooltip. This happened to me not so
> long ago with an unusual cursor shape, and adjusting the hotspot of the
> cursor somewhat helped (sometime it blinks one time, but no pulsation).
> It seems that this doesn't affect Windows 7's cursor and tooltip handling
> routines, I only experienced this with WinXP and Vista.
>
> Hope this helps for the developers.
>
> I debugged a _lot_, and finally realized that the problem is the cursor
> itself (or actually the problem is in the system, but we can work it around).
> Check you cursor resources.
>
 
R

rob^_^

Flightless Bird
Hi tocsa,

And does this occur in no-Addons mode?

Formfiller addons can change the behavior of input fields.

It sounds like an AJAX enabled text field though. Does this occur at every
web site you visit?

Do you have IE's Form fields Autocomplete enabled?

Regards.

"tocsa" <tocsa@discussions.microsoft.com> wrote in message
news:3F95E794-3352-4FCA-86BA-52602E20F6B2@microsoft.com...
> Pulsation can occur between tooltip and cursor if the cursor shape and
> hotspot makes the system to disappear the tooltip. This happened to me not
> so
> long ago with an unusual cursor shape, and adjusting the hotspot of the
> cursor somewhat helped (sometime it blinks one time, but no pulsation).
> It seems that this doesn't affect Windows 7's cursor and tooltip handling
> routines, I only experienced this with WinXP and Vista.
>
> Hope this helps for the developers.
>
> I debugged a _lot_, and finally realized that the problem is the cursor
> itself (or actually the problem is in the system, but we can work it
> around).
> Check you cursor resources.
>
 
Top