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

[VirtualFlow] multiple selection mode : ctrl+shift+space clears selection

XMLWordPrintable

      According to spec :

      Ctrl-Shift-Space Select all items between anchor and focused item. Focused item is also included in the selection. Available in multi-selection mode only.

      and according to behavior on win7,

      ctrl+shift+space should not clear previous selection, but it does.

      Suppose, you have items 1, 2, 3, ... in the list.

      Click on 2.
      ctrl+down.
      ctrl+shift+space.
      you have 2,3 selected.
      ctrl+up * 2 times.
      focus on 1.
      ctrl+shift+space.
      1,2 are selected. But I expect 1, 2, 3 to be selected

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

              Created:
              Updated:
              Resolved:
              Imported: