llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 411 forks source link

Bad handling of multitouch in Physics activity #849

Closed llaske closed 1 year ago

llaske commented 4 years ago

In Physics activity on touch devices, when creating a new item with one finger then using another finger, a new item is created but the first one is stick in the air at its original position. The only action possible on the first one is now to remove it.

See in action below:

ezgif com-video-to-gif(2)

dikwickley commented 1 year ago

hello, @llaske I tested it out and the bug still persists. what I suggest is disabling the start of another touch while a new item is being created. I would like to work on this issue, can you assign it to me?

llaske commented 1 year ago

Hi @dikwickley, You're welcome. Sounds like a good idea. We're not assigned issue, see here for a contributor guide.

llaske commented 1 year ago

Fixed in https://github.com/llaske/sugarizer/pull/1173