Comment 0 for bug 33840

Revision history for this message
In , Maxfid (maxfid) wrote :

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050928 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050928 Firefox/1.0.7

Under Linux when click on a link that open a popup. If the popup is already
opened, it doesn't get focus even if the window.focus() method is called. This
work on Windows.

Reproducible: Always

Steps to Reproduce:
1.Click on a link that open a new window with
w=window.open('http://www.google.com', 'Google'); w.focus();
2.A new window is open and get focus
3.Bring the main window in foregroun and click the link again.
4.The popup remain in background and doesn't get focus

Actual Results:
The open window doesn't get focus

Expected Results:
That the window get focus like what happen on Windows