GeoloeG/iron-swipeable-pages

Iron-selector inside page will accidental triggering swipeable-pages

Closed this issue · 1 comments

Reproduce the issue in structure by follow :

  <iron-swipeable-pages selected="0">
      <section>
          <iron-selector>
              <button> Button </button>
          </iron-selector>
      </section>
      <section>B</section>
  </iron-swipeable-pages>

Step to trigger issue :

  1. swipe Page to section B and swipe back to section 0
  2. click Button
  3. Unexpected action that iron-swipeable-page toggle page to section B

This issue will only happen once after step 1, until refresh page.