You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2007/02/07 17:49:05 UTC

[jira] Commented: (HARMONY-2631) [classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false

    [ https://issues.apache.org/jira/browse/HARMONY-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471025 ] 

Vasily Zakharov commented on HARMONY-2631:
------------------------------------------

Thanks Alexei, the patches are fine.


> [classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2631
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2631
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>         Assigned To: Alexei Zakharov
>         Attachments: Harmony-2631-Fix.patch, Harmony-2631-Make.patch, Harmony-2631-Test.patch
>
>
> Test case:
> --------------
> import javax.swing.JPopupMenu;
> import junit.framework.TestCase;
> public class TheTest extends TestCase {
>     public static void main(String args[]) {
>         junit.textui.TestRunner.run(TheTest.class);
>     }
>     public void testcase1() {
>         JPopupMenu.Separator s = new JPopupMenu.Separator();
>         assertFalse(s.isFocusable());
>     }
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.