Hi Leonid,
Could you please perform a simple test.
A frame with a text field is shown, you activate some other (platform) app window, then the frame
requests focus to the text field (automatically, with a delay).
MS Windows should not allow the focus switch, AWT should cope with this. Does it work for awt and
swing based frame?
Thanks,
Anton.
On 04.09.2012 15:22, Leonid Romanov wrote:
Hi,
This CR is a regression introduced by the fix for 6458497: Alt tab with Windows L&F moves focus to
the application menubar. In fact, the fix for 6458497 is rather troublesome: it caused a number
of regressions, while not fully fixing the actual problem. See 7121442: CR 6458497 still
reproducible using JDK 7.
7121442 was properly fixed as part of Anton's fix for 6981400. So, my approach to this CR is
simple: back out this troublesome 6458497 fix since it's no longer needed.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7185280
Webrev: http://cr.openjdk.java.net/~leonidr/7185280/webrev.00/
<http://cr.openjdk.java.net/%7Eleonidr/7185280/webrev.00/>
Thanks,
Leonid.