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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: