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

[ListView] Adding element on focus position don't make it move.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.0.2
    • javafx
    • 2.0.2 b04

      Add a few elements in listView .
      Select some of them with multiple selection model.
      There is a possibility to move focus(blue border, without blue filling. It is moved using ctrl+up/down, when some elements are selected) for such case.
      Try to add element on position, before that focus. What happend: focus was shifted (position+1).
      Try to add element on position, where focus is now. Expected: focus moved as before. Got: focus is on the new element.

      It is some incondition: or focus' position is fixed and it don't move, when elements are added or delected, or it should be related to the element in the list.

            jgiles Jonathan Giles
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: