Skip to content

Commit 49c50ea

Browse files
Fix bug where the scrollable div is not keyboard accessible (#5806)
* update * Change files * Update packages/react-composites CallWithChatComposite browser test snapshots * Update packages/react-composites CallWithChatComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7edfd0e commit 49c50ea

31 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "RTT",
5+
"comment": "Fix bug where scrollable UL element is not keyboard focusable",
6+
"packageName": "@azure/communication-react",
7+
"email": "96077406+carocao-msft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "RTT",
5+
"comment": "Fix bug where scrollable UL element is not keyboard focusable",
6+
"packageName": "@azure/communication-react",
7+
"email": "96077406+carocao-msft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/CaptionsBanner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ export const CaptionsBanner = (props: CaptionsBannerProps): JSX.Element => {
413413
: captionsBannerClassName(formFactor, /* @conditional-compile-remove(rtt) */ expandBannerHeight)
414414
}
415415
data-ui-id="captions-banner-inner"
416+
data-is-focusable={true}
416417
>
417418
{
418419
/* @conditional-compile-remove(rtt) */ isRealTimeTextOn && (
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)