-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Android - Fix for losing focus in Editor when Table View's Table Section Changes #11518
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested on Android with your changes and without and i see the same thing. I always get the editor showing up.
@rmarinho What should I do here? It seems like the bug is a minor issue w/ losing the highlight and the cursor disappearing. |
/azp run |
Now that we're so close to the sunsetting of Xamarin.Forms unfortunately we won't be able to take this in anymore, we're really sorry about that. Nevertheless, thank you so much for your time and effort that you have put into this PR. Please have a look at the evolution of Xamarin.Forms, .NET MAUI. A lot of development has been going on there. Hopefully this issue was already fixed in that codebase. If not, feel free to port this over to there. Again, thank you so much for being a contributor and Xamarin.Forms user! |
Description of Change
On Android, the Editor won't lose focus after changing the Title in a Table Section.
On iOS, it seems like Editing Ended is called from external code when a change is made to the Table Section's Title. I'm not sure about a fix for this. Any thoughts?
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
Described above.
Before/After Screenshots
Not applicable
Testing Procedure
I added a class Issue9618.cs that demonstrates the fix for Android.
PR Checklist