I have written an application where I am creating 3 levels of windows. A parent frame, a child window using the frame as it's parent and another child window using the previous window as it's parent. I am showing all the 3 windows on the screen and each of them is having a textarea in it. When the frame and the windows popup, the child window (third level window having another window as it's parent) is not gaining focus when running this on XToolkit. This is not reproducible on Motif Toolkit. Since XToolkit is the default toolkit on linux, this does not work on linux by default.
This is reproducible in tiger-beta-b32d. I tested this with Solaris9 and Cinnabar.
I have attached a sample test. Execute the sample test with XToolkit. You would see a frame and 2 child windows. Click on the second window that is shown below the frame and the first window. If the text area available in this window is not gaining focus, then the bug is reproduced.