Comment #12 on issue 1674 by jtgraveaud: Can't focus popups -- blur() and focus() seem to have opposite behavior http://code.google.com/p/chromium/issues/detail?id=1674
To be crystal clear on my previous comment, calling .blur() then .focus() does not make .focus() work on Chrome, it just makes the behavior (to focus a window) consistent across all browsers. Ie, on Firefox, IE, Safari you can see that the method .focus() seems to work as expected and on Chrome if you call .blur() method, it has the behavior you would like to be done by the .focus() method (try the example of eroman (comment #3) in all your browsers). Conclusion: calling blur() then focus() will make consistant behavior across all browsers. Unfortunately, it's not very clean. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
