William Wong

Results 187 comments of William Wong

@corinagum this is also related to https://github.com/microsoft/BotFramework-DirectLineJS/issues/255.

Do you think we could get the `console.log` out of iOS Edge?

![image](https://user-images.githubusercontent.com/1622400/200953938-e17e8d01-f583-4a1e-8d1d-a8fe1eeee16b.png) This is fixed in 4.15.3. It repros on 4.15.2.

If the message is interactive (card or contains buttons), the screen reader will narrate one of the followings and it should guide the end-user how to navigate to the message...

In my previous reply, I mean, the issue you mentioned should not contribute to failure of WCAG 2.4.3. I have listed reasons above that why it does not contribute to...

As mentioned above: - When a message with interactive content arrives, screen reader will narrate instructions on how to move the cursor to the interactive content, such as - "Message...

Few things we should look at when implementing the fix. We should use Adaptive Card host config as much as we could. 1. Can we set background color using host...

I think the bubble border is owned by Web Chat and should not be removed for Adaptive Cards. This is because Adaptive Cards own the content, not the container. And...

Direct Line activity schema does not contain `from.tag` field, https://github.com/microsoft/botframework-sdk/blob/master/specs/botframework-activity/botframework-activity.md#from. So, we can't retrieve `tag` value from the `from` property. We can consider retrieving/saving `channelData` to the structure returned by...