Bug 154009

Summary: Window dimming dims some drop down menus.
Product: [Plasma] kwin Reporter: Gabriel Ambuehl <gabriel_ambuehl>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: flaviogrossi, kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gabriel Ambuehl 2007-12-14 09:20:14 UTC
Version:            (using KDE KDE 3.97.0)
Installed from:    Ubuntu Packages

Looks as if Qt4 drop down menus are dimmed when you open them (I see this in "Configure window behavior" for example). With relatively strong dimming, this makes them nearly unreadable.
Comment 1 Lubos Lunak 2007-12-17 18:31:31 UTC
*** Bug 154165 has been marked as a duplicate of this bug. ***
Comment 2 Lubos Lunak 2008-01-02 16:18:42 UTC
SVN commit 755987 by lunakl:

Don't apply DimInactive effect to override-redirect windows. Things
like popups should be short-lived and mostly for the active window anyway.
Possibly could be revisited in the future when support for window grouping
for unmanaged windows gets implemented too.
BUG: 154009



 M  +0 -2      COMPOSITE_TODO  
 M  +7 -2      effects.cpp  
 M  +1 -0      effects.h  
 M  +19 -13    effects/diminactive.cpp  
 M  +1 -0      effects/diminactive.h  
 M  +3 -2      lib/kwineffects.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=755987
Comment 3 Chani 2008-01-20 14:29:15 UTC
*** Bug 156228 has been marked as a duplicate of this bug. ***