Page 1 of 1

CEF doesn't show toolips in Excel and PowerPoint addin

PostPosted: Tue Sep 18, 2018 1:31 pm
by YuriGorenburgov
Hi! Our application is a MS Office addin based on Addin-express framework written by C# using Windows Forms. The user interface of addin is built on html/js which is rendered by BrowserControl. Now we are finishing substitution IE BrowserControl by CefBrowserControl. We use CefGlue for integration. So the problem is:
Our addin could be loaded in Outlook, Word, Excel and PowerPoint. So in Excel and PowerPoint we have an issue that tooltips for html `title` attribute are not shown at all. In Outlook and Word there is no such issue. Could anybody help to find a way to solve this?

Re: CEF doesn't show toolips in Excel and PowerPoint addin

PostPosted: Wed Sep 19, 2018 7:06 am
by Czarek
Whaf if you try to show tooltip manually using win32api and javascript bindings? See the Javascript Integration wiki page.