Skip to content

Entry Widget, after getting the focus, modify the height or width of the window, there will be a missing edge #5630

Closed as not planned
@zero-dream

Description

@zero-dream

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

Entry Widget, after getting the focus, modify the height or width of the window, there will be a missing edge

Image

How to reproduce

Slowly changing the window height or width will recur

Screenshots

Image

Example code

package main

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

func main() {
a := app.New()
w := a.NewWindow("Test")
w.SetContent(widget.NewEntry())
w.ShowAndRun()
}

Fyne version

v2.5.5

Go compiler version

go1.23.6 windows/amd64

Operating system and version

go1.23.6 windows/amd64

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions