-
Notifications
You must be signed in to change notification settings - Fork 563
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
Browser initially focused on URL bar rather than username field when using Browser provider with Google Apps URL #1295
Comments
I see that Playwright / saml2aws/pkg/provider/browser/browser.go Lines 158 to 183 in e65a826
saml2aws/pkg/provider/browser/browser.go Lines 205 to 206 in e65a826
|
Hello @cjerdonek thank you for raising this issue. Could you please submit a PR? |
@mapkon Sure, I can probably put something together within the next few weeks, given that you're interested. Thanks! |
Hi, when using the "Google Apps" provider on a Mac as described here with
SAML2AWS_IDP_PROVIDER=Browser
, when the browser opens and one starts typing, the text goes into the URL bar rather than the "Email or phone" field. As this is an auth flow, it would be more convenient if the "Email or phone" field started out with the focus.One thing that seems odd to me is that the cursor starts out blinking in the "Email or phone" field, making it look like that field already has focus. (When tabbing through, that cursor is blinking only when that field has focus.) However, the URL bar is also highlighted when starting out, making it look like the URL bar also has focus.
See below for a screenshot (note the highlighted URL bar and cursor in the "blinking" stage):
The text was updated successfully, but these errors were encountered: