Forum Discussion
jocsch
May 18, 2023Copper Contributor
New channel experience breaks task module from 3rd party app
One of my test users just got switched to the "new channel experience" of teams. I tried my app and the task module that normally opens from a message extension is no longer opened by teams. Instead...
jocsch
May 19, 2023Copper Contributor
Meghana-MSFT
I have reproduced it with the praise app. See the attached video.
First I switch to the calendar to demonstrate that the UI is responsiv.
Then I try to use the praise app, nothing happens.
I try again to switch to the calendar. Nothing happens UI is partially frozen. Reload is necessary.
What is a ring?
Meghana-MSFT
Microsoft
May 19, 2023Thank you for the recording, we have switched on the developer preview and are able to reproduce the issue. We will check this internally and get back to you. Thanks!
- jocschJun 05, 2023Copper Contributor
Meghana-MSFT Thanks for fixing this promptly.
However I stumbled across the next bug with task modules that open a web page.
They are broken in the new experience as well.Sample code that is used in the video as a response to the ActionSubmit with a task/fetch:
{ "task": { "type": "continue", "value": { "title": "Render webpage", "height": 415, "width": 380, "url": "https://local.example.com/testDialog", "fallbackUrl": "https://local.example.com/testDialog" } } }
I added a video which shows the working version in the old experience and one video showing the broken version in the new experience. Please notice that not only the content is not loaded but also the icon of the app is not properly rendered.
- Meghana-MSFTJun 06, 2023
Microsoft
We will check this and get back to you, thank you.- jocschJun 12, 2023Copper ContributorAny update? I noticed that the behaviour is a bit erratic.
I have seen it working in one day and the next day it is broken again