Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4401715

AccessibleJComboBox.getAccessibleSelection(int) method works incorrectly

XMLWordPrintable

    • fcs
    • generic, x86, sparc
    • generic, linux, solaris_2.6
    • Not verified



      Name: aaR10142 Date: 01/04/2001



      AccessibleJComboBox.getAccessibleSelection(int) method incorrectly returns
      null, in JDK1.4.0beta-b40. It works correctly in previous builds.

      See example

      ---------- Tests.java ----------------
      public class Test {
                          
          public static void main(String argv[]) {
              JComboBox o = new JComboBox();
              o.addItem("Test");

              AccessibleSelection c =
                      o.getAccessibleContext().getAccessibleSelection();
          
              o.setSelectedIndex(0);
              System.out.println("getAccessibleSelection(0) returns "
      + c.getAccessibleSelection(0));
                   
          }
                          
      }

      ------------- JDK1.4.0beta-b40 output-------------------------
      getAccessibleSelection(0) returns null

      ------------- JDK1.4.0beta-b35 output-------------------------
      getAccessibleSelection(0) returns javax.swing.JList$AccessibleJList$AccessibleJListChild@462851



      ======================================================================

            lmonsantsunw Lynn Monsanto (Inactive)
            alisunw Ali Ali (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: