microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Form dialogs: in LG all up page, you can select a property under the tree, but the property does not show as selected #5205

Closed mewa1024 closed 3 years ago

mewa1024 commented 3 years ago

Describe the bug

Version

v1.2.1-nightly.192397.d88f6af

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Create a form, generate the dialog.

  2. Go to the Bot Responses page.

  3. Select the dialog you just generated: image

  4. Then select an property. The content to the right changes, but the tree does not: image

Expected behavior

The example above, "Cheese" should appear selected instead of "sandwich".

mewa1024 commented 3 years ago

Same issue with all up LU page.