mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Touch-ups for #481
This commit is contained in:
parent
b15b94799c
commit
1366bb7abe
@ -18,6 +18,7 @@ OPENSEADRAGON CHANGELOG
|
|||||||
* Viewport.setRotation now allows all rotation angles (#466)
|
* Viewport.setRotation now allows all rotation angles (#466)
|
||||||
* Pinch rotate is now available (defaults to off) (#468)
|
* Pinch rotate is now available (defaults to off) (#468)
|
||||||
* Added option for home button to fill viewer (#474)
|
* Added option for home button to fill viewer (#474)
|
||||||
|
* Now handling iframe/frame mouseouts properly (#481)
|
||||||
|
|
||||||
1.1.1:
|
1.1.1:
|
||||||
|
|
||||||
|
@ -461,7 +461,6 @@
|
|||||||
simulateMove(1, 1, 5);
|
simulateMove(1, 1, 5);
|
||||||
simulateMove(-1, -1, 5);
|
simulateMove(-1, -1, 5);
|
||||||
simulateLeaveFrame(-1, -1);
|
simulateLeaveFrame(-1, -1);
|
||||||
simulateMove(-1, -1, 5);
|
|
||||||
// you don't actually receive the mouseup if you mouseup outside of the document
|
// you don't actually receive the mouseup if you mouseup outside of the document
|
||||||
assessGestureExpectations({
|
assessGestureExpectations({
|
||||||
description: 'enter-press-move-exit-move-release-outside (drag, release outside iframe): ',
|
description: 'enter-press-move-exit-move-release-outside (drag, release outside iframe): ',
|
||||||
@ -469,7 +468,7 @@
|
|||||||
exitCount: 1,
|
exitCount: 1,
|
||||||
pressCount: 1,
|
pressCount: 1,
|
||||||
releaseCount: 1,
|
releaseCount: 1,
|
||||||
moveCount: 15,
|
moveCount: 10,
|
||||||
clickCount: 0,
|
clickCount: 0,
|
||||||
dblClickCount: 0,
|
dblClickCount: 0,
|
||||||
dragCount: 10,
|
dragCount: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user