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/01/08 03:15:27 UTC

[jira] Updated: (HARMONY-2946) [classlib][swing] Compatibility: javax.swing.plaf.basic.BasicComboBoxUI.getAccessibleChildrenCount() returns 0 while RI returns 1

     [ https://issues.apache.org/jira/browse/HARMONY-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasily Zakharov updated HARMONY-2946:
-------------------------------------

    Attachment: Harmony-2946-Make.patch
                Harmony-2946-Test.patch

> [classlib][swing] Compatibility: javax.swing.plaf.basic.BasicComboBoxUI.getAccessibleChildrenCount() returns 0 while RI returns 1
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2946
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2946
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-2946-Make.patch, Harmony-2946-Test.patch
>
>
> The following simple test:
> import javax.swing.JComboBox;
> import javax.swing.plaf.basic.BasicComboBoxUI;
> public class Test {
>     public static void main(String[] args) throws Exception {
>         BasicComboBoxUI ui = new BasicComboBoxUI();
>         ui.installUI(new JComboBox());
>         System.out.println(ui.getAccessibleChildrenCount(null));
>     }
> }
> prints "1" on RI and "0" on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira