Comment #28 on issue 4754 by [email protected]: Tooltips flash like  
crazy
http://code.google.com/p/chromium/issues/detail?id=4754

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=28383

------------------------------------------------------------------------
r28383 | [email protected] | 2009-10-07 23:50:00 -0700 (Wed, 07 Oct 2009)  
| 16 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_win.cc?r1=28383&r2=28382

Fix long tooltips flashing like crazy under Windows.

Tooltips longer than 1024 chars get truncated. However, to determine if the
tooltip changed, the un-truncated new text was compared to the truncated old
text. Thus, for long tooltips, the tooltip text was considered to be  
constantly
changing, causing the tooltip to be destroyed and re-created constantly.

Patch by Simon Radford
R=beng,darin
BUG=4754
TEST=Go to (for example) http://people.mozilla.org/~rdoherty/tooltips.html  
and
check that the long tooltips do not flash on Windows (I used Vista).

Review URL: http://codereview.chromium.org/265003


------------------------------------------------------------------------


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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to