Skip to content

[Ezra bug] change behavior to tab to close and remove focus zone.#5524

Merged
dmceachernmsft merged 10 commits intomainfrom
dmceachernmsft/people-pane-tab
Dec 26, 2024
Merged

[Ezra bug] change behavior to tab to close and remove focus zone.#5524
dmceachernmsft merged 10 commits intomainfrom
dmceachernmsft/people-pane-tab

Conversation

@dmceachernmsft
Copy link
Copy Markdown
Member

What

Updates people pane tabbing behavior

Why

Makes it so that there is no trapping behavior from the people pane in the CallComposite and CallWithChatComposite.

  • opening people pane triggers the pane to allow the next tab to nav to the close button

https://skype.visualstudio.com/SPOOL/_workitems/edit/3832347

How Tested

Validated locally

@github-actions
Copy link
Copy Markdown
Contributor

const controlBarRef = useRef<FocusableElement>(null);
const peopleButtonRef = useRef<IButton>(null);
const cameraButtonRef = useRef<IButton>(null);
const sidePaneDissmissButtonRef = useRef<IButton>(null);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's diss?! ;) Dissmiss or Dismiss?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 24, 2024

@azure/communication-react jest test coverage for stable.

Lines Statements Functions Branches
Base 27840 / 44240
62.92%
27840 / 44240
62.92%
780 / 1414
55.16%
2306 / 3669
62.85%
Current 27840 / 44240
62.92%
27840 / 44240
62.92%
780 / 1414
55.16%
2306 / 3669
62.85%
Diff 0 / 0
0%
0 / 0
0%
0 / 0
0%
0 / 0
0%

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 24, 2024

@azure/communication-react jest test coverage for beta.

Lines Statements Functions Branches
Base 56117 / 91901
61.06%
56117 / 91901
61.06%
1152 / 2651
43.45%
3412 / 5661
60.27%
Current 56148 / 91981
61.04%
56148 / 91981
61.04%
1152 / 2651
43.45%
3398 / 5650
60.14%
Diff 31 / 80
-0.02%
31 / 80
-0.02%
0 / 0
0%
-14 / -11
-0.13%

Copy link
Copy Markdown
Contributor

@carocao-msft carocao-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good aside from the typo 'diss'

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

CallWithChat bundle size is not changed.

  • Current size: 11767078
  • Base size: 11767078
  • Diff size: 0

@github-actions
Copy link
Copy Markdown
Contributor

Calling bundle size is not changed.

  • Current size: 11767065
  • Base size: 11767065
  • Diff size: 0

@github-actions
Copy link
Copy Markdown
Contributor

Chat bundle size is decreased✅.

  • Current size: 1767408
  • Base size: 1767444
  • Diff size: -36

@github-actions
Copy link
Copy Markdown
Contributor

@dmceachernmsft dmceachernmsft merged commit bbb1ac1 into main Dec 26, 2024
@dmceachernmsft dmceachernmsft deleted the dmceachernmsft/people-pane-tab branch December 26, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants