RFR(M): 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests.

2017-08-02 Thread Lindenmaier, Goetz
Hi, I looked at all the remaining tests failing in our test environment, and I think I have now identified the last set of headful tests that lack the @key headful tag. Also, I identified a row of tests that require a printer. For these I introduced the new keyword 'printer' and marked them accor

[10] Review request for 8177414: Missing key events on Mac Os

2017-08-02 Thread Dmitry Markov
Hello, Could you review a fix for jdk10, please? bug: https://bugs.openjdk.java.net/browse/JDK-8177414 webrev: http://cr.openjdk.java.net/~dmarkov/8177414/webrev.00/ Problem description: On OSX KEY_TYPED and KEY_PRESSED events might be lost if the input method such as ‘British’, ‘US Inter

Re: [10] Review request for 8178448: MenuBar item handler fired twice

2017-08-02 Thread Sergey Bylokhov
Hi, Alex. Is it possible to create a test for this issue? It will be similar to ActionListenerCalledTwiceTest On 01.08.2017 22:34, Alexander Zvegintsev wrote: Hi all, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/10/8178448/00/ for the issue https://bugs.openjdk.java.net/b

Re: [10] Review request for 8178448: MenuBar item handler fired twice

2017-08-02 Thread Alexander Zvegintsev
Hi Sergey, http://cr.openjdk.java.net/~azvegint/jdk/10/8178448/01/ I've updated the test. The JFrame needs to be iconified because it is stealing the keyboard focus, so accelerators for menu items will not be triggered. Thanks, Alexander. On 02/08/2017 21:12, Sergey Bylokhov wrote: Hi, Al