-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething is brokenSomething is broken
Milestone
Description
Unable to interact with table row widgets
I tested with 0.26.2 and also latest master as of (14/02/2024).
0.26 introduced a regression to the TableBuilder
/ Table
behavior.
TableBuilder::new(ui).sense(Sense::click(())
Previous: Rows are clickable. Inner widgets can be interacted with (for example a checkbox)
Current: Rows are clickable. Inner widgets can't be interacted with.
You need to remove .sense(Sense::click())
to have the inner widgets be interactable.
Reproduce
You can reproduce this behavior using the web demo.
- Enable "Table Demo" on the right side
- Enable "Clickable rows"
- Rows are clickable
- Try to use the "Click me" checkbox, it doesn't work.
- Disable "Clickable rows"
- Rows aren't clickable
- Try to use the "Click me" checkbox, it works
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken