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

Drop down list is collapse when I'm trying to select a value #1683

Closed
Shon-Elias opened this issue Jul 14, 2019 · 2 comments
Closed

Drop down list is collapse when I'm trying to select a value #1683

Shon-Elias opened this issue Jul 14, 2019 · 2 comments
Assignees
Labels
Bot Services equired for internal Azure reporting. Do not delete. Do not change color. Bug Your classic code defect customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.

Comments

@Shon-Elias
Copy link

Shon-Elias commented Jul 14, 2019

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What version of the Emulator are you using?
Version 4.5.1

Describe the bug

I'm trying to select a value from the list but every time I open the list and hover the list it collapsed (Input.ChoiceSet)

To Reproduce

Steps to reproduce the behavior:

  1. using the emulator Version 4.5.1
  2. try to select a value from Input.ChoiceSet
    [bug]
@Shon-Elias Shon-Elias added the Bug Your classic code defect label Jul 14, 2019
@tonyanziano
Copy link
Contributor

tonyanziano commented Jul 14, 2019

This is probably due to the same logic that caused #1680 .

We should be able to add a check for <select> tags like we did for <input>'s in #1681

===

As a workaround, you should be able to use the dropdown via keyboard navigation and avoid the collapsing.

@tonyanziano
Copy link
Contributor

tonyanziano commented Jul 17, 2019

This issue has been fixed in the newest release, 4.5.2, available now.

@daveta daveta added Bot Services equired for internal Azure reporting. Do not delete. Do not change color. customer-reported Required for internal Azure reporting. Do not delete. customer-replied-to Required for internal reporting. Do not delete. labels Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services equired for internal Azure reporting. Do not delete. Do not change color. Bug Your classic code defect customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.
Projects
None yet
Development

No branches or pull requests

3 participants