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

ComboBox has wrong behaviour after changing of list

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4
    • tbd
    • 8u20
    • javafx
    • Win7

    Description

      Lets say the ComboBox has selected item with index N then If you call set method of list with index K, where K <= N then ComboBox autoselects next item (if it possible) after this action.

      And if you call remove method of list with index K, where K <= N, then ComboBox autoselects previous item.

      I expect that if I just change item, i.e. use set method of list, then comboBox doesn't change selection (if it isn't selected item).

      more information on this question:
      http://stackoverflow.com/questions/26144930/combobox-strange-behaviour-javafx-8

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Imported: