-
Notifications
You must be signed in to change notification settings - Fork 508
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
Adaptive card 'Action.ToggleVisibility' issue in iOS #8114
Comments
Hi anirban-celebal! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies. Best regards, Teams Platform |
Hello @Anirban-Celebal - Thanks for raising the issue. |
@Anirban-Celebal - We tested this at our end in iOS(version-16.3). We have opened an adaptive card which has 'Action.ToggleVisibility' inside task module. It is working fine, sharing video of the same. original-ab359cdc-a649-4da8-8213-3836233cd1d0.mp4Can you please let us know if you are doing it differently? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment. |
@Meghana-MSFT In my use case, the toggle visibility action is over the entire column set instead of just the dropdown icon on the right side. Please refer to the adaptive card payload below for further clarity - |
Thanks for sharing the JSON, we will check with the above JSON and get back to you. |
@Anirban-Celebal - We tried with the JSON you have shared, and it is working fine in iOS, attaching a video of the same. VID-20230227-WA0016.mp4 |
@Meghana-MSFT I am facing the issue inside Task modules only. |
@Anirban-Celebal - Apologies, we are not able to reproduce this issue at our end. Could you please share a video recording of this issue. VID-20230228-WA0003.mp4 |
@Meghana-MSFT Here is the screen recording of the issue I am facing - I am also providing the adaptive card payload I used in the video for your reference - |
Thank you for sharing the details, we have raised a bug for the same. We will keep you posted on the updates. Thanks! |
@Meghana-MSFT Any timeline by when I can expect this to be fixed ? |
@Anirban-Celebal - Unfortunately we do not have any ETA/update to share. We will keep you posted if we have any updates. Thanks! |
@Anirban-Celebal - Could you please try on the latest prod version 5.9.0 and see if you are still able to reproduce this issue. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment. |
@Meghana-MSFT I tested the task module in the latest MS teams version in iOS (5.9.1) and I am still facing the same issue. Please find the video of the earlier mentioned issue with the latest version below - For your team's assistance, I have uploaded the code for this chabot in this repository. To run this chatbot you can update the .env config and then test the issue in MS Teams iOS app. |
@Anirban-Celebal - Thank you for the code, we are able to repro this issue with the code you provided. We will inform engineering team about this. Thank you. |
I have a task module that shows an adaptive card with buttons to expand and collapse sections with 'Action.ToggleVisibility'. However, this is behaving differently for Android and iOS in MS Teams.
The expected behavior is when I press the 'down arrow', the bottom section should expand and on pressing the 'up arrow ' the same should collapse. In Android, this is working correctly, but in iOS when I click over the button, the whole clicked section disappears.
Refer to the following images for more information -
(Note: The point number is in alignment with the numbers on the images)
Mobile Teams version for iOS is 5.2.0 and Android is 1416/1.0.0. Also, botbuilder version 4.18.0 and Adaptive card target version 1.4.
The text was updated successfully, but these errors were encountered: