Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoCompleteBox - Popup does not open if Textbox is not Focused #34

Open
juicebyjustin opened this issue Apr 16, 2018 · 1 comment
Open

Comments

@juicebyjustin
Copy link

I cannot get the popup to open until after I have the textbox in focus. This happens when any text is in the textbox. If the textbox is empty then the textbox does not have to be in focus to open the popup. This is reproducible in the sample on Github. I have tried to navigate the code in order to create a pull request but it is over my head.

UpdateVisualState in AutoCompleteBox.cs is being called with IsDropDownOpen = true but the popup does not open.

How to reproduce:

  1. Navigate to tab 'AutoCompleteComboBox'
  2. Select an item in the Type: AutoCompleteComboBox
  3. Navigate to any other tab
  4. Navigate back to tab 'AutoCompleteComboBox'
  5. Click the down arrow which should open the popup box.
@jogibear9988
Copy link
Member

I also tried to fix... It's not easy, until now I'm out of luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants