ajardon/blockly

Color dropdowns not listening for touch events

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. Open blockly on a touch device
2. Create a block with a color picker
3. Hitting a color on the color palette will result in a 300ms delay

What is the expected output? What do you see instead?
Expecting an instant response.

What browser are you using?
Safari, but it works on any browser

Original issue reported on code.google.com by d...@makewonder.com on 8 Jan 2015 at 7:09

Touch events now work properly on both Android and iOS.

Original comment by neil.fra...@gmail.com on 26 Jan 2015 at 2:11

  • Changed state: Fixed