Click detection on list entry rows is broken #677
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Additional interaction with
response.interact(Sense::click()).clicked()has broken with egui 0.26.2I attempted a fix with
1ca8084but while it restores clicking the row, it now masks any buttons within the row entry and intercepts clicks to them.Attempt to fix this by creating a ui.interact(Sense::click()) before the row contents are being allocated.
Bug report filed on egui https://github.com/emilk/egui/issues/4147
Workaround in place.