-
Notifications
You must be signed in to change notification settings - Fork 669
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
Since #11786 the label receives focus before the url #11800
Comments
Yes, and on the next tab, the label is focused. It is handled inside the QLabel in a weird way: if you back-tab into the label, the link is not selected, and you then have to tab (NOT back-tab) to select it. |
We could use two labels with a buddy? |
We decided to remove the URL completely, and only show the connection status. We also added a "Open in browser" entry in the "Manage Account" button. |
The text was updated successfully, but these errors were encountered: