Bug 187353

Summary: Windows are not brought to front on win32 on notifications
Product: [I don't know] kde Reporter: George Yohng <georgekde>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: kopete-bugs-null
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description George Yohng 2009-03-17 01:07:33 UTC
Version:           0.70.0 (using 4.2.1 (KDE 4.2.1), MS Visual Studio 2005 SP1)
Compiler:          cl.exe
OS:                Microsoft Windows (unknown) release 6.1

When a notification message from Kopete is happening, pressing 'View' does not bring the chat window to front. It appears behind other opened windows.

One needs to click a taskbar to bring the window up.

This is not specific to Kopete, but also works the same with other applications. Such as when Konqueror or other KDE applications are started from within other KDE application, the window of this new application appears behind the existing ones.

All-in-all, it seems that KDE application lacks the ability to bring the window to front on Windows.
Comment 1 Christian Ehrlicher 2009-03-31 20:57:22 UTC
SVN commit 947551 by chehrlic:

Use BringWindowToTop() to force an activation of a window on win32

BUG: 187353

 M  +1 -1      kwindowsystem_win.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=947551
Comment 2 Christian Ehrlicher 2009-03-31 21:03:57 UTC
SVN commit 947556 by chehrlic:

Use BringWindowToTop() to force an activation of a window on win32 - backport r947551 from trunk

CCBUG: 187353

 M  +1 -1      kwindowsystem_win.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=947556