dotnet/winforms

Cannot select correct item when there are consecutive null items in CheckedListBox and using Space Keyboard to check/uncheck

オープン

#5,526 opened on 2021/08/25

 (9 件のコメント) (0 件のリアクション) (1 人の担当者)C# (922 件のフォーク)batch import
:construction: work in progresshelp wanted

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • .NET Core Version: 6.0.100-rc.1.21417.19

  • Have you experienced this same bug with .NET Framework?: Yes, this issue occurs from .Net Framework 3.5 to 4.8.

More info:

  1. This issue also occurs in .Net 5.0&3.1&3.0.
  2. This issue cannot occurs when are no consecutive null items. image

Problem description: Cannot select correct item when using Space keyboard to check/uncheck null item. Actual

Expected behavior: Correct item should be selected when using Space keyboard to check/uncheck null item. Expected Minimal repro:

  1. Extract the attachment project CheckedListBoxNullItem.zip
  2. Build and run
  3. Hit Space keyboard on null item

コントリビューターガイド