lepoco / lepoco/wpfui

AutoSuggestBox's popup will not follow and cannot be turned off with Esc/LostFocus

Open
#281 1 comment 0 reactions 1 assignee View on GitHub

@pomianowski is already working on this.

Since Jul 15, 2022.

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

Description

Describe the bug
AutoSuggestBox's popup will not follow and cannot be turned off with Esc/LostFocus

To Reproduce
Steps to reproduce the behavior:
1.<ui:AutoSuggestBox ItemsSource="{Binding MyData}" PlaceholderText="Search..." />
2. Type some text to open popup
3. Scroll page
4. See error: popup not follow AutoSuggestBox, and can't press Esc or click blank position to close it

Expected behavior

  1. Popup follow AutoSuggestBox
  2. Press Esc or click blank position to close popup

Screenshots
屏幕截图 2022-07-15 102802

Desktop (please complete the following information):

  • OS: [e.g. Windows 11]
  • .NET: [e.g. net6.0-windows11-22000.739]
  • Version: 2.01

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.