View Issue Details

IDProjectCategoryView StatusLast Update
0000476BiQubic FrameworkUser Interfacepublic2020-02-12 15:39
ReporterBootBlock Assigned ToBootBlock  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000476: Double-clicking a ListViewItem can checkmark wrong box
Description

Double-clicking on a ListViewItem's checkbox (with DoubleClickAction == DoubleClickAction.ToggleCheckbox) causes the the toggle Check state to be applied to SelectedItems as opposed to the actual item.

TagsNo tags attached.

Activities

BootBlock

2020-02-12 15:31

administrator   ~0000206

This is quite a low-level change as it's happening within Form.WndProc, but thankfully it was fixable.

BootBlock

2020-02-12 15:38

administrator   ~0000208

Last edited: 2020-02-12 15:39

Forgot to mention that as a side-effect of this fix double-clicking an item now only toggles the state of that Item as opposed to all .Selected items; probably the more correct behaviour, anyway.

Issue History

Date Modified Username Field Change
2020-02-12 15:30 BootBlock New Issue
2020-02-12 15:30 BootBlock Assigned To => BootBlock
2020-02-12 15:31 BootBlock Status new => closed
2020-02-12 15:31 BootBlock Resolution open => fixed
2020-02-12 15:31 BootBlock Note Added: 0000206
2020-02-12 15:38 BootBlock Note Added: 0000208
2020-02-12 15:39 BootBlock Note Edited: 0000208