William Wong

Results 187 comments of William Wong

FYI, I am working on a prototype of new chat adapter architecture that would allow bot developers to specify per-activity avatar. The mechanism is same as what @stevkan described above,...

Don't modify the `otherArgs.styleOptions`, the argument is expected to be read-only, not written to. In your scenario, you should build your avatar rendering function, which should simply return an ``...

The latest version of `adaptivecards` package on NPM is `2.9.0` as of now. The README only say it support up to 1.3, but not 1.4. We generally wait until our...

Please let us know when the spec is finalized. David from Adaptive Cards team is still commenting on the spec. Do you know if there are any sample apps on...

List of stuff we do after Adaptive Cards rendered the card (from [`adaptiveCardRenderer.js`](https://github.com/microsoft/BotFramework-WebChat/blob/main/packages/bundle/src/adaptiveCards/Attachment/AdaptiveCardRenderer.js)): - (Accessibility) AC root container support tap action. If it is set, end-user can (use a pointer)...

(tl;dr it is fixed in 4.12 for attachment and microphone button, but we *still need to work on* send button) In the next version of Web Chat 4.12, you will...

I have updated the issue title to indicate the issue is specifically on send box button (in 4.12).

In our test harness, `src/elements/sendButton.js`. ```js export default function sendButton() { return document.querySelector('.webchat__send-box__button[title="Send"]'); } ``` Please update to use the new CSS class name.

I tried the CSS and doesn't see any truncated texts. ![image](https://user-images.githubusercontent.com/1622400/200982258-4de7cb30-6d59-4034-85a3-754835b596df.png) Original is below. ![image](https://user-images.githubusercontent.com/1622400/200982366-700b270f-e20e-40da-a234-eab00d88c057.png) Will be great if you can attach a screenshot showing how texts are truncated.