MetalComboBoxUI always reports isFocusTraversable as false.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.2.2
    • Component/s: client-libs



      Name: skT88420 Date: 01/10/2000


      java version "1.2.2"
      Classic VM (build JDK-1.2.2-001, native threads, symcjit)

      The help for MetalComboBoxUI states:

      isFocusTraversable
      public boolean isFocusTraversable(JComboBox c)
        Description copied from class: BasicComboBoxUI
      Determines if the JComboBox is focus traversable. If the JComboBox is editable
      this returns false, otherwise it returns true.
      Overrides:
      isFocusTraversable in class BasicComboBoxUI

      --------------------------------------------------------------------------------

      yet the method is implemented as...

          public boolean isFocusTraversable( JComboBox c ) {
              return false;
          }

      which, of course, does not check the object for editability.
      (Review ID: 99428)
      ======================================================================

            Assignee:
            Mark Davidson (Inactive)
            Reporter:
            Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: