Skip to content

Checkboxes are hard to click #2537

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

Open
1 task done
Sesa1988 opened this issue Apr 9, 2025 · 0 comments
Open
1 task done

Checkboxes are hard to click #2537

Sesa1988 opened this issue Apr 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Sesa1988
Copy link

Sesa1988 commented Apr 9, 2025

Have you checked for an existing issue?

Flutter Quill Version

10.5.5 but probably also the latest

Steps to Reproduce

  1. Adjust line height of list items
  2. Create a list with checkboxes
  3. Try to check a item

Expected results

We should be able to click near the text but also on the checkbox itself and every click close to it should be registered. Not sure whats the best solution.

Actual results

Its hard to click and not every click is registered. I'm not sure if line height also affects it, maybe its just a feeling.

Additional Context

Code

lists:DefaultListBlockStyle(
DefaultTextStyle.of(context).style.copyWith(
fontSize: 16,
height: 1.65,
decoration: TextDecoration.none,
),
const HorizontalSpacing(0, 0),
const VerticalSpacing(6, 0),
const VerticalSpacing(0, 6),
null,
null,
),

I think this is related to: #2085

@Sesa1988 Sesa1988 added the bug Something isn't working label Apr 9, 2025
@Sesa1988 Sesa1988 changed the title Checkbox clickable area not on the right place when adjusting line height for lists Checkboxes are hard to click Apr 9, 2025
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

1 participant