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

Entrys painful bugs #2004

Closed
lMaxMadl opened this issue Feb 22, 2021 · 1 comment
Closed

Entrys painful bugs #2004

lMaxMadl opened this issue Feb 22, 2021 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@lMaxMadl
Copy link

Describe the bug:

there are 2 bugs for entrys

1 :

if you click right on pixel where line you want type and type fast after first cursor blinking ,cursor blink jump 2 or more letters back depends on your typing speed
if entry don't be empty this bug annoy more

2 :

if you click with small distance pixel from line you want type cursor blink jumps on first and after first cursor blinking it jumps first again

Movies(gifs):

1 :

1

2 :

2

Example code:

package main

import (
	"fyne.io/fyne/v2/app"
	"fyne.io/fyne/v2/widget"
)

func main() {


	a := app.New()
	w := a.NewWindow("Messenger")

	entry := widget.NewMultiLineEntry()

	w.SetContent(entry)
	w.ShowAndRun()
}

  • OS: windows 10
  • Go version: 1.16
  • Fyne version: 2
@lMaxMadl lMaxMadl added the bug Something isn't working label Feb 22, 2021
@andydotxyz
Copy link
Member

These are already being fixed on develop branch.
Duplicates of #1778 and #1937

@andydotxyz andydotxyz added the duplicate This issue or pull request already exists label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants