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

🐞 Text view does not handle inactive state #9

Closed
austincondiff opened this issue Dec 21, 2023 · 0 comments · Fixed by #16
Closed

🐞 Text view does not handle inactive state #9

austincondiff opened this issue Dec 21, 2023 · 0 comments · Fixed by #16
Labels
bug Something isn't working

Comments

@austincondiff
Copy link
Contributor

austincondiff commented Dec 21, 2023

Description

When window or pane is inactive, the textview does not handle inactive state.

  • Insertion point should be hidden
  • Selection background if any should change color to a more gray color

To Reproduce

  1. Click out of window so it is inactive
  2. Notice insertion point is still visible or text selection background color is still the same

Expected Behavior

When inactive (either the window or the instance of the text view not in focus if there are multiple present), the insertion point should be hidden and the text selection background color should be more gray (see Xcode for reference)

Version Information

CodeEditTextView: 0.7.0
macOS: 14.0
Xcode: 15.0

Screenshots

CodeEdit

Screenshot 2023-12-20 at 11 38 09 PM image image

Xcode

image image Screenshot 2023-12-20 at 11 44 49 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏁 Complete
Development

Successfully merging a pull request may close this issue.

1 participant