pixelbucket-dev / ion-slides

Small reproduction of ion-slides bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ion-slides reproducible bug environment

This project demonstrates the bug reported here ionic-team/ionic-framework#21739

The DOM nodes in the slide get updated every 500ms. This seems to clash with the MutationObserver of ion-slides. Potenitally a clash between v-dom and dom updates (race condition).

Use this sandbox to test:

To replicate, drag the mouse horizontally very slowly and observe the slight snap bag. It is hard to reproduce. Another way is to start dragging and then stop, but do not release the pointer (mouse-up), which causes the same behaviour.

About

Small reproduction of ion-slides bug

License:MIT License


Languages

Language:TypeScript 74.1%Language:CSS 13.1%Language:HTML 12.8%