Chromium Code Reviews
DescriptionFix 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.
R=Ben Goodger, Darin Fisher
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).
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 1
Patch Set 4 : '' #Messages
Total messages: 7 (0 generated)
|