Bug 290095 - [Grouping] The content behind a Grouping Panel doesn't get blurred.
Summary: [Grouping] The content behind a Grouping Panel doesn't get blurred.
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: groupingdesktop (show other bugs)
Version: unspecified
Platform: Chakra Linux
: NOR normal
Target Milestone: ---
Assignee: Giulio Camuffo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-29 14:35 UTC by Alejandro Nova
Modified: 2012-02-13 20:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Nova 2011-12-29 14:35:52 UTC
Version:           unspecified (using Devel) 
OS:                Linux

KDE has quietly improved the Grouping Desktop, and now it's usable. However, there is an issue with the Grouping Panel: the content behind it is not blurred. You can see the difference if you compare it with a normal panel.

Reproducible: Always

Steps to Reproduce:
1. With Grouping Desktop installed and blur enabled, select "Add panel | Grouping panel" in your desktop context menu.

2. Move a window behind a normal panel. The window contents will be blurred.

3. Move the same window behind the newly created Grouping Panel. The window contents won't be blurred.

Actual Results:  
Normal panel background is blurred, Grouping panel's is not.

Expected Results:  
Blur is enabled for both panels.
Comment 1 Slavi 2012-01-05 15:23:39 UTC
I was not able to reproduce the bug (using KDE 4.7.3)
Comment 2 Kai Uwe Broulik 2012-02-13 12:16:33 UTC
Confirmed here on 4.8.0, the grouping panel background is not blurred, no matter where I place it (primary or secondary monitor, or bottom/top/left/right corner)
Comment 3 Myriam Schweingruber 2012-02-13 12:27:40 UTC
Changing status to confirmed
Comment 4 Kai Uwe Broulik 2012-02-13 16:50:32 UTC
Git commit ce3f16b19f460c1747ec15762256a6c756b0a0da by Kai Uwe Broulik.
Committed on 13/02/2012 at 17:43.
Pushed by broulik into branch 'master'.

Fix Blur not being applied to background of Grouping Panel

M  +4    -1    containments/groupingdesktop/panel/groupingpanel.cpp

http://commits.kde.org/kdeplasma-addons/ce3f16b19f460c1747ec15762256a6c756b0a0da


Git commit bca461d53d770bcd2192738014e012f96fdd44c7 by Kai Uwe Broulik.
Committed on 13/02/2012 at 17:43.
Pushed by broulik into branch 'KDE/4.8'.

Fix Blur not being applied to background of Grouping Panel
(cherry picked from commit ce3f16b19f460c1747ec15762256a6c756b0a0da)

M  +4    -1    containments/groupingdesktop/panel/groupingpanel.cpp

http://commits.kde.org/kdeplasma-addons/bca461d53d770bcd2192738014e012f96fdd44c7


Please somebody close this bugreport, I am no assignee, so I cannot close this.
Comment 5 Alejandro Nova 2012-02-13 20:36:48 UTC
I am the reporter, so I can close this as FIXED.

Thank you very much, Kai Uwe.