Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Created October 9, 2012 19:29
Show Gist options
  • Save tilomitra/3860901 to your computer and use it in GitHub Desktop.
Save tilomitra/3860901 to your computer and use it in GitHub Desktop.
Test results for Slider, Dial and Scrollview

This is with the touchEnabled fix (1) and the -ms-touch-action fix (2)

IE10 Mouse Mode

Scrollview

Manual tests pass, unit tests pass.

Dial

Manual tests fail, unit tests pass.

Slider

Manual tests pass, unit tests pass.

IE10 Touch Mode

Scrollview

Manual tests pass, unit tests pass.

Dial

Manual tests pass, unit tests pass.

Slider

Manual tests pass, unit tests fail.

not ok 1 - test clickableRail - railMouseDown didn't fire for clickableRail: true
Expected: true (boolean)
Actual: undefined (undefined)
not ok 2 - clicking on the rail should move the thumb - Value should be true.
Expected: true (boolean)
Actual: undefined (undefined)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment