Skip to content

fix(ion-item-sliding): open buttons immediately on first swipe close… #23683

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

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

Sitronik
Copy link

@Sitronik Sitronik commented Jul 24, 2021

Pull request checklist

Please check if your PR fulfills the following requirements:

  • [] Tests for the changes have been added (for bug fixes / features)
  • [] Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

When swipe on the first element to open the buttons, the buttons open immediately, if swipe on another element, the buttons will not open, they will open only if swipe a second time

Issue Number: resolves #21579

What is the new behavior?

Buttons open immediately after swiping on items

Does this introduce a breaking change?

  • Yes
  • No

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@github-actions github-actions bot added the package: core @ionic/core package label Jul 24, 2021
Copy link
Contributor

@liamdebeasi liamdebeasi left a comment

Choose a reason for hiding this comment

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

This is working great on my end, and ion-item-sliding is much more responsive now. Thank you!

I posted a dev build in #21579 and would like to see some developers try it in their app before we merge this.

Copy link
Contributor

@willmartian willmartian left a comment

Choose a reason for hiding this comment

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

Agreed, this feels much better now! Thanks for the PR.

@Sitronik
Copy link
Author

This is working great on my end, and ion-item-sliding is much more responsive now. Thank you!

I posted a dev build in #21579 and would like to see some developers try it in their app before we merge this.

Ok, You are welcome, I will wait for the merge🙂, I hope it will not take long, thanks for your attention and a quick response 👍

@liamdebeasi
Copy link
Contributor

Merged. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: item-sliding requires multiple interactions when trying to open another item
3 participants