diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 06:50:00 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 06:50:00 +0000 |
commit | 9b2a18d8d24244eb1834ce54ac1e82a6dbfc13bc (patch) | |
tree | e441d7fe3198db3bb2a535ebe4783b510b6bfc35 /sdch/mac | |
parent | 9a64ea76098e9e2c1f932b5430b6f08bb75871b1 (diff) | |
download | chromium_src-9b2a18d8d24244eb1834ce54ac1e82a6dbfc13bc.zip chromium_src-9b2a18d8d24244eb1834ce54ac1e82a6dbfc13bc.tar.gz chromium_src-9b2a18d8d24244eb1834ce54ac1e82a6dbfc13bc.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/mac')
0 files changed, 0 insertions, 0 deletions