Change event reports new cells are added to selection

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P4
    • 8
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      b35

      During verification of RT-14385 I noticed that even no removed changes are reported, each time user clicks the *same* cell, it notifies that elements are added to selection:

      change.getAddedSize() = 1
      change.getFrom() = 0
      change.getRemoved() = []
      change.getRemovedSize() = 0
      change.getTo() = 1
      selected = 1, 5
      change.getAddedSize() = 1
      change.getFrom() = 0
      change.getRemoved() = []
      change.getRemovedSize() = 0
      change.getTo() = 1
      selected = 1, 5

            Assignee:
            Jonathan Giles
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: