Skip to content

Tags: bitovi/syn

Tags

v1.0.0-pre.3

Toggle v1.0.0-pre.3's commit message
1.0.0-pre.3

v1.0.0-pre.2

Toggle v1.0.0-pre.2's commit message
1.0.0-pre.2

v1.0.0-pre.1

Toggle v1.0.0-pre.1's commit message
1.0.0-pre.1

v0.15.0

Toggle v0.15.0's commit message
0.15.0

v0.14.1

Toggle v0.14.1's commit message
0.14.1

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Accuracy improvements to mouse move. (#168)

* Accuracy improvements to mouse move. There is some nuance around the dispatching of mousemove and pointermove events that seems a bit arbitrary, but we do want event accuracy to be as close as possible to human interactions. Therefore, I've changed drag.js to only dispatch mousemove events during jQuery drag and drop on PointerEvents-type browsers. This appears to correctly emulate human-user event generation. Though I'm not sure why human users do not generate all events.

* Updating yml to use a newer version of firefox. Expected events changed in v 59. Travis is running v 56. Current is v 64.

* Disabling a testpoint because it seems to sporadically fail on linux. At the end of the test,the cursor does not leave the final box, according to the test script. But it seems to sporadically leave, perhaps from a loss of focus. In any case, I'm removing the final testpoint because we want the testbed to be reliable.

* Fixed typo that would cause two bool fields for detecting html5 drag. It would make no difference to test stability or functionality, but its confusing and wasteful

v0.13.0

Toggle v0.13.0's commit message
0.13.0

v0.12.0

Toggle v0.12.0's commit message
0.12.0

v0.11.0

Toggle v0.11.0's commit message
Merge pull request #152 from bitovi/fix_to_prevent_IndexOutOfRange_wh…

…ile_switching_tab_focus_at_end_of_page

Fix to prevent index out of range while switching tab focus at end of page

v0.10.0

Toggle v0.10.0's commit message
0.10.0