Closed GoogleCodeExporter closed 9 years ago
Confirmed on Android devices too. Looks like an event is leaking...
Original comment by neil.fra...@gmail.com
on 29 May 2014 at 7:00
Fix for this issue, mouseup was not bound for touch devices so users could
interact with non-Blockly elements.
And the main workspace dragMode was never set to false.
Fix involves binding to the mouse up event during the mousedown and unbinding
during mouseup.
Original comment by richard...@googlemail.com
on 9 Jun 2014 at 2:46
Attachments:
Thank you richard for the patch. Works great!
Checked-in and fixed.
Original comment by neil.fra...@gmail.com
on 8 Aug 2014 at 7:05
Would it be accurate to say that this bug still impacts the sandbox on the main
blockly page: https://developers.google.com/blockly/
Or is this a new bug?
Original comment by okach...@gmail.com
on 5 Nov 2014 at 10:30
Original issue reported on code.google.com by
esmac...@gmail.com
on 29 May 2014 at 6:07