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

When editing a label, cursor disappears #291

Open
bgribble opened this issue Nov 27, 2023 · 1 comment
Open

When editing a label, cursor disappears #291

bgribble opened this issue Nov 27, 2023 · 1 comment
Labels

Comments

@bgribble
Copy link
Owner

I am having a hard time nailing this down. I'm not sure if it's a bug in my code or just bitrot in Clutter.

  • Create a processor or message object.
  • Begin to type the contents (processor name or message body). Note that there's a blinking cursor.
  • Use the left arrow key to move the cursor backward. Note that the cursor disappears.
  • Type something to change the text. Cursor reappears at the expected edit position; it was there all along, just not visible.

I have put debugging messages into the Blinker class that blinks the cursor and the visibility is being set as expected, the cursor just isn't becoming visible.

@bgribble bgribble added the bug label Nov 27, 2023
@bgribble
Copy link
Owner Author

bgribble commented Dec 1, 2023

This really makes no sense to me.

Workaround: When the cursor disappears, hold down Shift and hit the left cursor, then right. Somehow setting a wider selection resets this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant