Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection warning is shown in background and still blocking? #14019

Open
nickvergessen opened this issue Dec 18, 2024 · 1 comment
Open

Connection warning is shown in background and still blocking? #14019

nickvergessen opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
1. to develop bug feature: call 📹 Voice and video calls feature: frontend 🖌️ "Web UI" client feature: WebRTC 🚡 WebRTC connection between browsers and/or mobile clients

Comments

@nickvergessen
Copy link
Member

nickvergessen commented Dec 18, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

"Connection warner" currently interferes with any other action until dismissed, e.g. typing or clicking around in the menus until dismissed

  • It seems to steal the focus and is shown behind the "Device checker" and others, but they can no longer be interacted with until the connection warning is dismissed.
  • Also we should reconfirm the values that trigger it, it seems to be shown a little bit too frequent also when other people don't have any issues receiving your streams
@nickvergessen nickvergessen added 1. to develop bug feature: call 📹 Voice and video calls feature: frontend 🖌️ "Web UI" client feature: WebRTC 🚡 WebRTC connection between browsers and/or mobile clients labels Dec 18, 2024
@nickvergessen nickvergessen added this to the 🖤 Next Major (31) milestone Dec 18, 2024
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 💬 Talk team Dec 18, 2024
@nickvergessen nickvergessen moved this from 🧭 Planning evaluation (don't pick) to 📄 To do (~10 entries) in 💬 Talk team Dec 18, 2024
@Antreesy
Copy link
Contributor

Antreesy commented Jan 7, 2025

For focus, might be enough to set :focus-trap="false":

<NcPopover v-if="qualityWarningTooltip"
:boundary="boundaryElement"
:aria-label="qualityWarningAriaLabel"
trigger="hover"
:auto-hide="false"
:shown="showQualityWarningTooltip">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug feature: call 📹 Voice and video calls feature: frontend 🖌️ "Web UI" client feature: WebRTC 🚡 WebRTC connection between browsers and/or mobile clients
Projects
Status: 📄 To do (~10 entries)
Development

No branches or pull requests

3 participants