You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Click out of window so it is inactive
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
Xcode
The text was updated successfully, but these errors were encountered:
Description
When window or pane is inactive, the textview does not handle inactive state.
To Reproduce
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
Xcode
The text was updated successfully, but these errors were encountered: