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

Entry widget, position of cursor when clicking empty space #2877

Closed
kgolding opened this issue Mar 29, 2022 · 2 comments
Closed

Entry widget, position of cursor when clicking empty space #2877

kgolding opened this issue Mar 29, 2022 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@kgolding
Copy link

Describe the bug:

Clicking in the empty space under and to the right of a line of text in a multiline Entry widget, results in the cursor jumping to the start of the line when typically a user would expect it to jump to the end of the text.

To Reproduce:

Steps to reproduce the behaviour:

  1. Open a fyne app with a multiline widget
  2. Enter a line of text
  3. Position the mouse under and to the right of the line of text, but still within the Entry bounds and click
  4. The cursor will jump to the start of the text when most users would expect it to jump to the end of the text

Device:

  • OS: Linux
  • Version: kubuntu 20.04
  • Go version: 1.18
  • Fyne version: v2.1.4
@kgolding kgolding added the unverified A bug that has been reported but not verified label Mar 29, 2022
@andydotxyz andydotxyz added bug Something isn't working and removed unverified A bug that has been reported but not verified labels Apr 3, 2022
@andydotxyz andydotxyz added the good first issue Good for newcomers label Apr 3, 2022
@andydotxyz
Copy link
Member

Thanks for the fix @chrisbirster :)

@andydotxyz
Copy link
Member

(On develop branch for testing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants