Bug 113289 - tooltips fake show looks wrong with composite real shadows
Summary: tooltips fake show looks wrong with composite real shadows
Status: RESOLVED UPSTREAM
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: qt (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-25 14:48 UTC by Stéphane Magnenat
Modified: 2009-04-08 17:44 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
What's this shadow looks ugly (10.47 KB, image/png)
2008-10-22 10:03 UTC, Cyrill Helg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane Magnenat 2005-09-25 14:48:40 UTC
Version:           unknown (using KDE 3.4.91 (beta1, >= 20050910), Kubuntu Package 4:3.4.91-0ubuntu0hoary1 )
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.9-1-686-smp

When "real" shadows are enabled using composite extension, tooltips, which display "fake" shadows using binary pattern, looks wrongs. Such "fake" binary patterns should be disabled with using "real" shadows.

Steph
Comment 1 Cyrill Helg 2008-10-22 10:03:07 UTC
Yes I agree furthermore, these shaws look really ugly compared to the shiny oxygen style.

See screenshot.

This should be assigend to oxygen team maybe?
Comment 2 Cyrill Helg 2008-10-22 10:03:35 UTC
Created attachment 28063 [details]
What's this shadow looks ugly
Comment 3 Cyrille Dunant 2008-11-30 08:21:22 UTC
This bug should be marked as fixed as it is ont true with plasma and kwin 4 anymore
Comment 4 Cyrill Helg 2008-11-30 12:40:00 UTC
It is still true even if compositing is enabled. Try a "what's this" in systemsettings for example. (or see my attachment)
Comment 5 Fredrik Höglund 2008-11-30 13:41:14 UTC
The tooltip and the fake shadow are drawn by Qt, so you need to report this to qt-bugs@trolltech.com or use the form at http://trolltech.com/bugreport-form
Comment 6 Cyrill Helg 2008-12-02 10:30:25 UTC
Its not the tooltip shadow I'm refering to. It's the shadow of the "whats this help"

Steps to reproduce:
1. Open an applicaiton that has an integrated "whats this" help (example: 
systemsettings in kde4)
2. Find an option with "whats this" help (for example in Desktop settings 
under look and feel -> Desktop effects)
3. Use right click to get whats this help or hit shift-f1 and then click on 
the option with the whats this help. (example: "Enable desktop effects")
4. Dislike the displayed little window with a nasty old styled shadow :)
Comment 7 Aaron J. Seigo 2008-12-02 15:14:33 UTC
"It's the shadow of the "whats this help""

yes, this is done by Qt.
Comment 8 Cyrill Helg 2008-12-02 15:20:14 UTC
Someone from qt told me that there are these reports about the class used (QWhatsThis):

#191944
#183727
#183714
(on http://www.trolltech.com/developer/task-tracker)

The class does not get much love from qt because as suspected its not used much.

So hmm we will live with that uglyness I think, hopefully nobody will use whats this :D
Comment 9 Mathias Panzenböck 2009-04-08 17:44:53 UTC
> ... hopefully nobody will use whats this :D

At least in KDE 3 times this was a often used feature. And I think it still makes a lot of sense. But how much work can it be to just remove this fake shadow? At the end this would be *less* code to maintain.