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

Added check to prevent control reuse with different AutomationId #404

Merged
merged 2 commits into from
May 11, 2019

Conversation

TimLariviere
Copy link
Member

Fixes #403

Xamarin.Forms doesn't allow to change the AutomationId property of a control if it has already been set to another value.

Fabulous shouldn't try to reuse those controls when the AutomationId property is already set and the new value is different (another id or no id).

@TimLariviere TimLariviere merged commit 7bdef72 into fabulous-dev:master May 11, 2019
@TimLariviere TimLariviere deleted the fix-automationid-reuse branch May 11, 2019 07:10
@TimLariviere TimLariviere mentioned this pull request May 16, 2019
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.

AutomationId may only be set one time -> Bug?
1 participant