ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.07k stars 102 forks source link

hc:ComboBox dropdown automatically close as soon as opened with mouse click #206

Closed DineshSolanki closed 11 months ago

DineshSolanki commented 1 year ago

Describe the bug

DropDown of combobox opens and closes automatically, even without making a selection, it stays open until mouse is pressed, as soon as mouse is lifted, the dropdown closes.

it is only happening in version 3.4.5

Steps to reproduce the bug

  1. Add the menu to a window
  2. Add combox as menu item
  3. try to open drop-down of combobox

Expected behavior

the dropdown should stay open until I make a selection.

Screenshots

FoliCon_OTmorGuk0L

NuGet package version

HandyControls (Custom version) 3.4.5

IDE

Visual Studio 2022

Framework type

.Net 6.0

Windows version

Windows 11 (22621)

Additional context

No response

ghost1372 commented 11 months ago

report it in original repo