http://bugs.winehq.org/show_bug.cgi?id=2155
------- Additional Comments From syedmohd.b@sonata-software.com 2004-08-04 04:52 ------- Created an attachment (id=578) --> (http://bugs.winehq.org/attachment.cgi?id=578&action=view) Sample program to test SetFocus/SetActiveWindow/SetForegroundWindow
Use the attached "myfocus.exe" application to reproduce the bug.
Steps to reproduce. 1. Invoke the myfocus.exe through wine. Now the two windows "MyWindow1" and "MyWindow2" will get displayed. 2. Select "MyWindow1". 2. Go to main menu "Test" and select any of the submenu("SetFocus | SetActiveWindow | SetForegroundWindow") 3. Expected behaviour is to get focus/activated of "MyWindow2" window. On Linux, second window is not getting focussed. On windows, second window is getting focussed.