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

Fixed problem with ButtonBase.Click on Android #1316

Merged
merged 4 commits into from
Jul 29, 2019

Conversation

carldebilly
Copy link
Member

GitHub Issue (If applicable): #1315

Bugfix

What is the current behavior?

On Android, using ButtonBase.Click were not working properly:
it was required to register to event .Tapped for the click to work properly.

What is the new behavior?

.Tapped requirement removed.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

@carldebilly carldebilly added kind/bug Something isn't working kind/regression Something was working, now it isn't labels Jul 29, 2019
@carldebilly carldebilly merged commit 1b7fcd7 into master Jul 29, 2019
@carldebilly carldebilly deleted the dev/cdb/bugs/android-click branch July 29, 2019 20:50
{
this.InitializeComponent();

btnTapped.Tapped += (snd, evt) => btnTappedCount.Text = (++_btnTappedCount).ToString();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No UI Tests for that sample ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some UI tests for Button pointer events, I will merge them once @dr1rrb 's feature branch is merged.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there's a pretty big one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working kind/regression Something was working, now it isn't
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants