jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.95k stars 6.69k forks source link

Missing focus in jitsi video frame after starting a call #14953

Open kkoripl opened 2 months ago

kkoripl commented 2 months ago

What happened?

When user will start a call in a dialog mode (not full screen), suddenly the focus gets out of the video iframe. Basically first 'tab' is outside of the frame, when 'shift+tab' makes the focus get back to it. With WCAG and accessibility rules, this focus should stay in the frame as it was already there (clicking/pushing start button).

This is different situation, then when conference frame is opened to join the meeting preparation (waiting) space (the one with buttons to join/start call). In this case, focus stays in the frame and one can 'tab' over all items there.

Everything works fine at Firefox, but fails on Chrome.

Platform

Browser / app / sdk version

Chrome: 127.0.6533.88

Relevant log output

No response

Reproducibility

More details?

We have Jitsi on our own server with configuration as below:

jitsi-meet            2.0.9584-1
jitsi-meet-prosody    1.0.8043-1
jitsi-meet-tokens
jitsi-meet-turnserver 1.0.8043-1
jitsi-meet-web        1.0.8043-1
jitsi-meet-web-config 1.0.8043-1
jitsi-videobridge
jitsi-videobridge2    2.3-149-g793df5a9-1

Fullscreen mode off, open the link to video call and try to join/start it while at Chrome. When will enter the meeting - push 'tab'. We have the jitsi video frame shown up in a div that's 'over' every item on the page, but is not a dialog itself.

github-actions[bot] commented 5 hours ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.