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

CustomDialog checks for an existing binding of IsOpen before setting it; fixes #244 #245

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mbruckner
Copy link

This is a possible fix/workaround for the problem described at #244, which causes an MVVM usage of CustomDialog to break. The binding for IsOpen is overridden when the Back button is handled using the Command parameter instead of the click handler.

Note: This will break previously working code, if a binding was used to just open the dialog.

@mbruckner mbruckner changed the title CustomDialog checks for an existing binding of IsOpen before setting it fixes #244 CustomDialog checks for an existing binding of IsOpen before setting it; fixes #244 Apr 29, 2014
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.

1 participant