Closed GoogleCodeExporter closed 9 years ago
It is looks as you bootstrap executable doesn't contain application manifest.
Default tooltip implementation require Microsoft.Windows.Common-Controls 6. If
it is not specified - no tooltips displayed.
Check cefclient_win.cpp(47) for more details:
#if defined(OS_WIN)
// Add Common Controls to the application manifest because it's required to
// support the default tooltip implementation.
#pragma comment(linker,"/manifestdependency:\"type='win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#endif
Original comment by fdd...@gmail.com
on 10 Oct 2011 at 5:33
Based on comment #1 this issue seems to be user error.
Original comment by magreenb...@gmail.com
on 18 Oct 2011 at 12:31
Original issue reported on code.google.com by
r...@emotum.com
on 6 Oct 2011 at 5:06