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

LineEdit: Can not select text with the mouse #5448

Closed
hunger opened this issue Jun 21, 2024 · 1 comment
Closed

LineEdit: Can not select text with the mouse #5448

hunger opened this issue Jun 21, 2024 · 1 comment
Labels
a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) enhancement New feature or request

Comments

@hunger
Copy link
Member

hunger commented Jun 21, 2024

I tried to select text in a LineEdit with the mouse. The idea was to click somewhere, drag the mouse over the text I want to select and then release the mouse button when done.

That did not work. The click focused the LineEdit, selection by dragging the mouse was not possible.

TextEdit seems to behave identical.

Tested on Linux, X11 using winit.

@hunger hunger added enhancement New feature or request a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) labels Jun 21, 2024
@hunger
Copy link
Member Author

hunger commented Jun 21, 2024

It works again: I did cargo clean, now everything is back in working order.

@hunger hunger closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:widgets Implementation of widgets (from std-widgets.slint) and their styles (mF,bS) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant