Click detection on list entry rows is broken #677

Closed
opened 2024-03-08 16:20:39 +13:00 by bu5hm4nn · 2 comments
bu5hm4nn commented 2024-03-08 16:20:39 +13:00 (Migrated from github.com)

Additional interaction with response.interact(Sense::click()).clicked() has broken with egui 0.26.2
I attempted a fix with 1ca8084 but 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.

Additional interaction with `response.interact(Sense::click()).clicked()` has broken with egui 0.26.2 I attempted a fix with 1ca8084 but 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.
bu5hm4nn commented 2024-03-09 08:27:52 +13:00 (Migrated from github.com)
Bug report filed on egui https://github.com/emilk/egui/issues/4147
bu5hm4nn commented 2024-03-09 09:12:08 +13:00 (Migrated from github.com)

Workaround in place.

Workaround in place.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#677
No description provided.