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

Workaround issue #1293 by avoiding setting textbox focus on Mac #1314

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

mjcheetham
Copy link
Collaborator

There appears to be an issue with setting focus with empty textboxes on macOS. Let's put in a quick workaround for now to avoid the crash that happens otherwise. On Mac, do not attempt to set the focus to a text box.

Workaround #1293

There appears to be an issue with setting focus with empty textboxes on
macOS. Let's put in a quick workaround for now to avoid the crash that
happens otherwise. On Mac, do not attempt to set the focus to a text
box.
@mjcheetham mjcheetham added bug A bug in Git Credential Manager platform:osx Specific to the macOS platform gui Specific to graphical user interface controls labels Jul 3, 2023
@mjcheetham mjcheetham merged commit a9ddfdf into git-ecosystem:main Jul 3, 2023
6 checks passed
@mjcheetham mjcheetham mentioned this pull request Jul 5, 2023
mjcheetham added a commit that referenced this pull request Jul 5, 2023
**Changes since 2.2.0:**

- Workaround Avalonia crashing issue on macOS (#1314)
@mjcheetham mjcheetham deleted the workaround-1293 branch July 10, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in Git Credential Manager gui Specific to graphical user interface controls platform:osx Specific to the macOS platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants