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-input-v3 issues #1614

Open
Drakulix opened this issue Dec 16, 2024 · 0 comments
Open

text-input-v3 issues #1614

Drakulix opened this issue Dec 16, 2024 · 0 comments

Comments

@Drakulix
Copy link
Member

Reported here

This is because Smithay, the base component of cosmic-comp, doesn't strictly follow the protocol.

The cursor position set by clients with text_input_v3::set_cursor_rectangle requests should be double-buffered and applied with text_input_v3::commit requests, but Smithay seems to apply it immediately on text_input_v3::set_cursor_rectangle requests. Also, the protocol says the pending cursor position should be cleared on text_input_v3::commit requests, but smithay remembers the old cursor position.

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

No branches or pull requests

1 participant