Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CancelEdit() Appears to be broken on Android. #615

Closed
BradChase2011 opened this issue Jul 13, 2016 · 5 comments
Closed

CancelEdit() Appears to be broken on Android. #615

BradChase2011 opened this issue Jul 13, 2016 · 5 comments

Comments

@BradChase2011
Copy link

On Android the CancelEdit on the object appears to be broken. I take a simple object and call beginedit, change a decimal value, call CancelEdit(). At this point the object still retains the decimal value. This is happening with all of our objects on Android.

This is using 4.6.400

Here are the stats on the object after begin edit:
Csla.Core.IUndoableObject.EditLevel = 1
EditLevelAdded= 0
FieldManager.EditLevel = 0

Here are the stats on the object after cancel edit:
Csla.Core.IUndoableObject.EditLevel = 0
EditLevelAdded= 0
FieldManager.EditLevel = 0

@rockfordlhotka
Copy link
Member

Related to this forum post: MarimerLLC/cslaforum#219

@rockfordlhotka rockfordlhotka modified the milestones: 4.6.600, 4.6.500 Sep 23, 2016
@rockfordlhotka rockfordlhotka removed this from the 4.6.600 milestone Dec 13, 2016
@BradChase2011
Copy link
Author

@rockfordlhotka Have you had a chance to take a look at this? It still seems broken on mobile.

@tiitk
Copy link

tiitk commented Oct 27, 2017

Are there plans for fixing this? Does not work on netstandard 2.0 UWP neither. Works on android with latest 4.5 but not with 4.6 nor 4.7.

@rockfordlhotka
Copy link
Member

This issue is no longer valid now that Android support has been rolled into netstandard.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants