lepoco / lepoco/wpfui

Timing of ComboBox losing focus on pop-up

Open
#246 0 comments 0 reactions 1 assignee View on GitHub

@pomianowski is already working on this.

Since Jun 23, 2022.

bug styles
Dominant language
C#
Stars
9.6k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

GIF 2022-6-23 15-24-23

ComboBox is not closed when I start dragging the window

In addition, when the height is equal to 30, the title cannot be displayed in full, the top and bottom are obscured.

                    <ComboBox x:Name="DeviceComboBox" 
                              Width="180"
                              DisplayMemberPath="Device.DeviceName" 
                              SelectionChanged="DeviceComboBox_SelectionChanged">
                    </ComboBox>

wpfui version 2.0.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.