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

Don't show other webview errors if HTTP auth is pending #4958

Merged

Conversation

jpelgrom
Copy link
Member

@jpelgrom jpelgrom commented Jan 5, 2025

Summary

Trying to fix the following from #4894:

it gives me the [HTTP authentication username/password] window, but after a couple seconds, it pops a new window on top saying it couldn't connect

Similar to other WebView callbacks showing dialogs, treat this as an 'error dialog' so one does not overwrite the other. HTTP auth should be blocking other things from happening except timeout, and the timeout dialog is scheduled again when the dialog is dismissed.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

@dshokouhi dshokouhi merged commit 8d4d278 into home-assistant:master Jan 7, 2025
4 checks passed
@jpelgrom jpelgrom deleted the http-auth-dialog-as-error branch January 7, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants