Issue 2526: Regression: Find-In box hides my mouse pointer
http://code.google.com/p/chromium/issues/detail?id=2526
Comment #5 by [EMAIL PROTECTED]:
After observing this on Venkat's virtual machine and debugging this a
little I have learned the following:
The reason why the cursor is not blinking is because the 'cursor blinking
timer' is not firing. The reason the timer is
not firing is because after we get focus (and set the timer) we loose it
again when setFocusedFrame(NULL) is called,
which ends up setting d->m_caretVisible to false.
The problem seems to be focus related, and Jay has graciously volunteered
to look at it - he was able to reproduce this
on his special "Focus related testing rig", which makes it a lot easier to
debug. ;) Jay pointed out that this is
similar to <b/1201564>.
Also, FWIW using the Find window is not the only way to reproduce this
problem, it also reproduced (less reliably
though) on Venkat's machine when we composed a new message and deleted the
signature.
Issue attribute updates:
Owner: [EMAIL PROTECTED]
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---