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

Change event reports new cells are added to selection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P4
    • 8
    • fx2.0
    • javafx
    • b35

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: