[7u-dev] Backport Request: 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin

2016-10-21 Thread Vivi An
Hello, Could you please approve straight backport for below bug fix to JDK7 ? Description: This is a bug in Label UI's key release event processing routine for key mnemonics: only one release event is captured instead of two(Alt release and the mnemonic key release). The Alt release event goes

[7u-dev] Backport Request: 8068518: IllegalArgumentException in JTree.AccessibleJTree

2015-02-13 Thread Vivi An
Hello, Please approve straight backport of bug fix to jdk7u-dev. Description: Since TreePath(Object[] path) throws /IllegalArgumentException /in case the passed in "path" is null or last element of the array is null. We need to make sure the result of TreeModel.getRoot() is not null before us

[7u-dev] Request to backport 80336999: Incorrect radio button behavior

2014-10-13 Thread Vivi An
Hello, Could you please approve the straight back-port of the fix for JDK-8033699 to jdk7u-dev? Bug: https://bugs.openjdk.java.net/browse/JDK-8033699 Webrev: http://cr.openjdk.java.net/~van/8033699/webrev.09/ Review Thread: https://www.mail-archive.com/swing-dev@openjdk.java.net/msg03808.html

Review Request for 8033699: Incorrect radio button behavior

2014-08-20 Thread Vivi An
Hello, Please review fix for JDK-8033699. Changes made: 1) When tab or shift-tab key pressed, focus moved to next/previous component outside of the radio button group 2) Using up/down or left/right arrow key to change selection inside radio button group Bug: https://bugs.openjdk.java.net/br

[7u-dev] Request for approval for CR 8052159: TEST_BUG: javax/swing/JTextField/8036819/bug8036819.java fails to compile

2014-08-07 Thread Vivi An
Hello. This is a request for approval of push of the following fix. Bug: https://bugs.openjdk.java.net/browse/JDK-8052159 Webrev: http://cr.openjdk.java.net/~dmarkov/8052159/jdk7u/webrev.00 Reviewer's approval 1: http://mail.openjdk.java.net/pipermail/jdk7u-dev/2014-July/009472.html Reviewer's a

Re: Review Request for 8052159: TEST_BUG: javax/swing/JTextField/8036819/bug8036819.java fails to compile

2014-07-30 Thread Vivi An
Thanks Sergey and Petr! Regards, ~ Vivi On 7/30/2014 12:15 PM, Petr Pchelko wrote: Hello, Vivi. The fix looks good to me. With best regards. Petr. On Jul 30, 2014, at 10:55 PM, Sergey Bylokhov wrote: Hi, Vivi. The fix looks good. On 7/30/14 10:37 PM, Vivi An wrote: Hello, Please

Review Request for 8052159: TEST_BUG: javax/swing/JTextField/8036819/bug8036819.java fails to compile

2014-07-30 Thread Vivi An
Hello, Please review a small fix for regression test bug: https://bugs.openjdk.java.net/browse/JDK-8052159 The fix is available at: http://cr.openjdk.java.net/~dmarkov/8052159/jdk7u/webrev.00/ Thank you Regards, Vivi

[7u-dev] Request for approval: 8032864:[macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running

2014-07-25 Thread Vivi An
Hello, Please approve the straight backport of JDK-8032864 fix to jdk7u-dev. Bug: https://bugs.openjdk.java.net/browse/JDK-8032864 Fix: http://hg.openjdk.java.net/jdk9/client/jdk/rev/ffaf9f05814b Review: http://mail.openjdk.java.net/pipermail/awt-dev/2014-July/008278.html JPRT build succeeded a

Re: [7u-dev] Request for approval: 8036819 JAB: mneumonics not read for textboxes

2014-04-28 Thread Vivi An
, Sean. On 28/04/14 19:20, Vivi An wrote: Hello, Could you please approve straight back-port of the fix for JDK-8036819 <https://bugs.openjdk.java.net/browse/JDK-8036819>JAB: mneumonics not read for textboxes to jdk7-dev? JDK9 changeset: http://hg.openjdk.java.net/jdk9/client/j

[7u-dev] Request for approval: 8036819 JAB: mneumonics not read for textboxes

2014-04-28 Thread Vivi An
Hello, Could you please approve straight back-port of the fix for JDK-8036819 JAB: mneumonics not read for textboxes to jdk7-dev? JDK9 changeset: http://hg.openjdk.java.net/jdk9/client/jdk/rev/40e611441867 Reviewed by Alexander Scherbatiy. Bu

[7u-dev] Request for approval: 8036983 - JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event

2014-04-17 Thread Vivi An
Hello, Could you please approve straight back-port of the fix for8036983 to jdk7-dev? 8036983 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event JDK9 chanages