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

Atoms fail to separate properly from molecules using touch #161

Closed loganbraywork closed 4 years ago

loganbraywork commented 4 years ago

Test device IPad 6th generation Operating System IOS 13 Browser Safari Problem description For https://github.com/phetsims/QA/issues/479

When using touch to separate atoms, it does not always work and sometimes simply creates gaps in the molecule. Steps to reproduce

  1. Create a molecule
  2. Attempt to separate the atoms of the molecule by using touch on the yellow dot Visuals

2020-02-14BldMlcSprtGIF

Denz1994 commented 4 years ago

The atomNodes were getting hit by touch snag events after clicking the bond targets. The touch snag has been removed and the atoms can be separated now. Will release a dev version for verification.

Denz1994 commented 4 years ago

Can you confirm this was fixed in this dev version @loganbraywork?

loganbraywork commented 4 years ago

Assigning @KatieWoe as well as I currently have no access to an IPad

KatieWoe commented 4 years ago

Was not able to reproduce the issue in the above dev version

Denz1994 commented 4 years ago

Thanks for testing. I'll close this one.