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

AccessibleExtendedComponent.getToolTipText returns null for JSpinner,JComboBox,JPasswordField.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 6
    • client-libs

       AccessibleExtendedComponent.getToolTipText should return the tool tip text set for the component. But returns null for JSpinner,JComboBox,JPasswordField.

      Code snippet to reproduce the bug :
      comp.setToolTipText("This is the Tool Tip Text")'
        AccessibleExtendedComponent aextcomp = (AccessibleExtendedComponent)ac.getAccessibleComponent();
               System.out.println("Accessible Tool Tip text: " + aextcomp.getToolTipText());
      ###@###.### 2005-1-15 20:58:21 GMT

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: