[8] Review request for 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds (original) (raw)
Alexander Potochkin alexander.potochkin at oracle.com
Thu May 30 13:55:31 UTC 2013
- Previous message: [8] Review request for 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
- Next message: [7u] Review request for 8014863 Line break calculations in Java 7 are incorrect
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Vlad
Looks good
Thanks alexp
On 5/30/2013 5:04 PM, Vladislav Karnaukhov wrote:
Yes, I found another occurrence of this code. Please consider the new version: http://cr.openjdk.java.net/~vkarnauk/7068740/webrev.01/
Regards, - Vlad On 5/30/2013 04:01 PM, Alexander Scherbatiy wrote:
Could you look at other places in BasicTableUI where getParent().getParent() call should use SwingUtilities.getUnwrappedParent()? Thanks, Alexandr.
On 5/30/2013 3:31 PM, Vladislav Karnaukhov wrote: Hello, could you please review the fix for 7068740? bug: http://bugs.sun.com/viewbug.do?bugid=7068740 webrev: http://cr.openjdk.java.net/~vkarnauk/7068740/webrev.00/ The fix utilizes SwingUtilities.getUnwrappedParent() instead of getParent(). All tests from test/javax/swing/JTable passed. Regards, - Vlad
- Previous message: [8] Review request for 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
- Next message: [7u] Review request for 8014863 Line break calculations in Java 7 are incorrect
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]