Revision 8274297...

Go back to digest for 9th June 2013

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-runtime] plasma/declarativeimports/core/dialog.cpp:

Do not try to raise a Plasma::Dialog which is a dock window

For a dock window the raise does not make much sense. A window manager
raises it anyway above most windows to get it into the dock layer. But
the raise can cause quite some side effects. KWin is setting demands
attention state in that case resulting in e.g. the notification window
having demands attention set. This conflicts with the general demands
attention handling like for example a chat window demanding attention and
emitting a notification at the same time.

REVIEW: 110864

File Changes

Modified 1 files
  • plasma/declarativeimports/core/dialog.cpp
1 files changed in total