Version: (using Devel) Installed from: Compiled sources Hello, I have graphical bug with tooltip, I see a black border, see the screenshot. Thanks
Created attachment 39239 [details] screenshot
Note: I'm in the kde 4.4 beta2
- Have you enabled and disabled Desktop Effects during the session that bug appeared ? Thanks - - Has activado o desactivado los efectos de escritorio durante la misma sesión en la que apareció ese error gráfico ? - Gracias
- No, I have desktop effect disabled, add it do that's after reboot too. Sorry, I live I spain for my wife but I don't speak spanish, only french and english.
No problem :)
Reproducible. Only occurs when Desktop Effects are unavailable. Adding Peter to see if he knows why this is occurring, since it likely affects Dolphin too.
@Ben: oh, I did not test the code without Desktop Effects :-( There are 2 issues here: 1. Transparency is not available without Desktop Effects, so I'd have to adjust the code to draw edgy corners instead of round corners for this case. 2. Also the right border is because of this, but this just seems to be a +1/-1 issue in the drawing code. I'll take care to fix this in Dolphin and will share the code (hopefully in 4.5 we can get in the tooltips code to kdelibs ;-))
@Peter: When you commit the fix I will grab it ( commitfilter )
SVN commit 1070424 by ppenz: Prevent black borders when compositing has been disabled. BUG: 219667 CCMAIL: sourtooth@gmail.com M +13 -9 ktooltipwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1070424