Fix for navigation using keyboard to activate the video tile context men#2693
Fix for navigation using keyboard to activate the video tile context men#2693prabhjot-msft merged 19 commits intomainfrom
Conversation
Calling bundle size is increased❗.
|
CallWithChat bundle size is increased❗.
|
Chat bundle size is increased❗.
|
| return <></>; | ||
| } | ||
|
|
||
| const optionsIcon = canShowContextMenuButton ? 'VideoTileMoreOptions' : 'VideoTileHideOptionsIcon'; |
There was a problem hiding this comment.
What is the purpose behind the VideoTileHideOptionsIcon ? Are we unable to not render the <IconButton when canShowContextMenuButton is false?
There was a problem hiding this comment.
It renders the icon button without any icon, so the button is there and it can be navigated using keyboard to activate the context menu. We use similar solution for participant Item where the ellipsis appear on hover.
|
Failed to pass the composite UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
…e/communication-ui-library into prabhjot/vgl-tab-navigation
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the composite UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
What
Added empty icon render for tab navigation of video tile
Why
https://skype.visualstudio.com/SPOOL/_workitems/edit/3123445
Screen.Recording.2023-01-31.at.10.02.28.PM.mov
How Tested
Process & policy checklist
Is this a breaking change?