HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

[Bug] CheckComboBox SelectAll not selecting all

Open Yopler opened this issue 4 years ago • 3 comments

Describe the bug If in the checkComboBox there is too many item, the SelectAll will select only the visible items.

To Reproduce Steps to reproduce the behavior: You can find the code here : #981

Expected behavior When checking the selectAll , every items need to be selected

Environment (please complete the following information):

  • .net: [e.g. 4.8.2]
  • IDE [e.g. vs2019]
  • Version [e.g. 3.3.0]

Additional context On way to solve the pb, is to scale the dropdown to the size of the number of items in it.

Yopler avatar Feb 09 '22 11:02 Yopler

I have seen the same issue. When there's a lot of items, scaling to number of items is not really an option.

kababu2021 avatar May 16 '22 07:05 kababu2021

Yes ! But for now I need it to work so I scale it big !

Yopler avatar May 16 '22 09:05 Yopler

I have seen this too. It seems that until the items are visible on the drop down, the select all button will not grab everything. So If you open the dropdown and scroll all the way down before hitting the "All" button, then it will select all items.

P.S. I have also seen it where if you set items as selected by default, their tags won't show them as selected until you open/close the dropdown.

Mithicor avatar May 19 '22 23:05 Mithicor

closed in 7519c7e

NaBian avatar Sep 03 '22 10:09 NaBian