Re: [9] Review Request: JDK-8032878: Editable combos in table do not behave as expected

2014-03-20 Thread Alexey Ivanov
Hello Alex, all, Please find the updated webrev: http://cr.openjdk.java.net/~dmarkov/8032878/jdk9/webrev.02/ I added @inheritDoc tag to the overridden method javadoc and replaced the code inside 'if' with the call to component.processKeyBinding. It works this way too, and code duplication is e

Re: [9] Review Request: JDK-8032878: Editable combos in table do not behave as expected

2014-03-20 Thread Alexander Potochkin
Hello Alexey Please add /** * {@inheritDoc} */ to the overridden protected method. Could you also try to callprocessKeyBinding on the editor component to avoid copy/paste the action processing code Thanks alexp On 3/20/2014 10:18 AM, Alexey Ivanov wrote: Reminder. Could you please