phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

Multitouch still dragging molecule when looking at different part of carousel #199

Closed KatieWoe closed 4 years ago

KatieWoe commented 4 years ago

Device iPad OS iPadOS 13 Browser Safari Problem Description For https://github.com/phetsims/QA/issues/506. If you are dragging a molecule with one finger and use the other to change the carousel to another page, you will still be dragging an invisible molecule. You can even drop it into the answer box like this. May not be worth addressing. Steps

  1. Go to first screen
  2. Build a target molecule
  3. Using touch, start dragging the molecule and don't let go
  4. With another finger, hit one of the buttons to move to another carousel page
  5. Drag your finger to the answer box and let go

Visuals ezgif com-video-to-gif

Denz1994 commented 4 years ago

Good catch. We can kill the dragging input when the carousel pages change. Should be fixed in this dev version @KatieWoe.

KatieWoe commented 4 years ago

Looks good in the dev version

Denz1994 commented 4 years ago

Nice. Closing this one.