Skip to content

End editing on PointerPress#357

Open
Mangepange wants to merge 3 commits into
w-ahmad:mainfrom
Mangepange:bugfix_350_celledit_issue
Open

End editing on PointerPress#357
Mangepange wants to merge 3 commits into
w-ahmad:mainfrom
Mangepange:bugfix_350_celledit_issue

Conversation

@Mangepange
Copy link
Copy Markdown

This is a fix for #350

The current cell edit must be ended already in OnPointerPressed.
I'm not 100% sure if it also must be done in OnTapped, but I guess that when using touch, you don't get any Pointer events, but still Tap/DoubleTap so I extracted a method that could be called both from OnPointerPressed and OnTapped.

I also removed some redundant async method signatures.

@w-ahmad w-ahmad linked an issue May 7, 2026 that may be closed by this pull request
Comment thread src/TableViewCell.cs
@Mangepange Mangepange requested a review from w-ahmad May 12, 2026 06:24
Copy link
Copy Markdown
Owner

@w-ahmad w-ahmad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, Thanks for the contribution @Mangepange!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cells stuck in edit mode

2 participants