cutslikeaknife

Results 2 issues of cutslikeaknife

When you start typing in the text box in a dropdown and the menu displayes, use the arrow key to move down to one of the options. The text displayed...

Line 269: if (sourceEvent.type !== 'pointerdown') { oldTouch = touchesWrapper.getTouch(sourceEvent.pointerId); oldTarget = oldTouch.target; sourceEvent.target = oldTarget; } Should be: if (sourceEvent.type !== 'pointerdown') { oldTouch = touchesWrapper.getTouch(sourceEvent.pointerId); if (oldTouch !==...