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

some TextboxHelper issues fixed #1371

Merged
merged 1 commit into from
May 24, 2014

Conversation

punker76
Copy link
Member

  • add example for this issue: TextboxHelper.ClearTextButton does not
    work when is applied via Trigger TextboxHelper.ClearTextButton does not work when is applied via Trigger #1283
  • remove inheritance to DependencyObject to avoid possible bugs with
    attached properties
  • change getter for HasText and add a setter
  • fire HasText property on controls loaded event
  • fix BindingExpression error for PasswordBox
  • add example from @thoemmi for: a search box with a magnifier on its
    button, but as soon as text is entered, the button content should change
    to an X.

Closes #1283

punker76 added a commit that referenced this pull request May 24, 2014
@punker76 punker76 merged commit 414c31c into master May 24, 2014
@punker76 punker76 deleted the punker76-fix-some-TextboxHelper-issues branch May 24, 2014 11:23
@punker76 punker76 mentioned this pull request May 24, 2014
33 tasks
- add example for this issue: TextboxHelper.ClearTextButton does not
work when is applied via Trigger #1283
- remove inheritance to DependencyObject to avoid possible bugs with
attached properties
- change getter for HasText and add a setter
- fire HasText property on controls loaded event
- fix BindingExpression error for PasswordBox
- add example from @thoemmi for:  a search box with a magnifier on its
button, but as soon as text is entered, the button content should change
to an X.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant