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

Horizontal CheckGroup overlap when having long text #3005

Closed
aynakeya opened this issue May 25, 2022 · 4 comments
Closed

Horizontal CheckGroup overlap when having long text #3005

aynakeya opened this issue May 25, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@aynakeya
Copy link

Describe the bug:

Horizontal CheckGroup overlap when having long text.

To Reproduce:

Using fyne-demo, set one item to have longer length.

checkGroup := widget.NewCheckGroup([]string{"CheckGroup Item 1AAAAAAAAA", "CheckGroup Item 2"}, func(s []string) { fmt.Println("selected", s) })
checkGroup.Horizontal = true

Screenshots:

image
image

Example code:

checkGroup := widget.NewCheckGroup([]string{"CheckGroup Item 1AAAAAAAAA", "CheckGroup Item 2"}, func(s []string) { fmt.Println("selected", s) })
checkGroup.Horizontal = true

Device (please complete the following information):

  • OS: Windows
  • Version: 10
  • Go version: 1.16
  • Fyne version: v2.1.4
@aynakeya aynakeya added the unverified A bug that has been reported but not verified label May 25, 2022
@Jacalz Jacalz added bug Something isn't working and removed unverified A bug that has been reported but not verified labels May 26, 2022
@andydotxyz
Copy link
Member

What is the desirable outcome here?

@chaunsin
Copy link

chaunsin commented Jun 2, 2023

Leave a mark ,Me too

Device (please complete the following information):

  • OS: Mac
  • Version: 12.6
  • Go version: 1.18
  • Fyne version: v2.3.4

@Jacalz
Copy link
Member

Jacalz commented Jun 2, 2023

I suppose that this needs the same fix as #3386.

@Jacalz Jacalz self-assigned this Jun 2, 2023
Jacalz added a commit to Jacalz/fyne that referenced this issue Jun 2, 2023
@andydotxyz
Copy link
Member

Fixed on develop and release branch ready for v2.3.5

@andydotxyz andydotxyz added this to the Fixes (v2.3.x) milestone Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants