Updates:
        Status: Fixed
        Owner: [email protected]
        Cc: [email protected]

Comment #13 on issue 17176 by [email protected]: REGRESSION: Tooltips  
(links/images title attribute) aren't displayed anymore
http://code.google.com/p/chromium/issues/detail?id=17176

This issue is caused by webkit changeset  
http://trac.webkit.org/changeset/45991 when
fixing webkit issue 24187 (https://bugs.webkit.org/show_bug.cgi?id=24187).

The interface between Chrome client and webkit is a little bit different  
from other
platforms.

All other platforms (such as mac, qt, gtk, win, wx) are inside WebKit so  
that when I
change the signature in webcore, I made the corresponding change in other  
platforms,
the build/run of other platforms are OK.

Chrome does not, so I overloaded the function (which I changed the  
signature in
WebCore) in ChromeClientChromium.h to make Chrome build OK after pull-in  
the webkit
change.
And I just submitted the Chrome side change to make the tooltip to show up  
correctly
in r21266 (see issue 5996 comment #7).

I am sorry about the inconvenience. I should open this might "regression"  
bug because
I can not timing the check-in of Chrome and Webkit precisely to avoid  
regression
(although I tried to).

And Thanks to progame for identifying and informing me of this issue!

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