mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
changelog update
This commit is contained in:
parent
e74d83f104
commit
5a9874e4fa
@ -22,6 +22,9 @@ OPENSEADRAGON CHANGELOG
|
||||
* Added pointerType property to Viewer container-enter, container-exit, canvas-drag, canvas-drag-end, canvas-pinch events
|
||||
* MouseTracker: Fire dragEndHandler event even if release point same as initial contact point (#1459)
|
||||
* MouseTracker: Pointer capture implemented with capture APIs where available. Only fallback to emulated capture on extremely old browsers
|
||||
* MouseTracker: Added preProcessEventHandler option to allow MouseTracker instances to control bubbling and default behavior of events on their associated element
|
||||
* Updated Viewer, Button, Drawer, Navigator, ReferenceStrip DOM for proper DOM event handling
|
||||
* Added OpenSeadragon.setElementPointerEventsNone() for setting pointer-events:'none' on DOM elements
|
||||
|
||||
2.4.2:
|
||||
|
||||
|
@ -4218,10 +4218,11 @@
|
||||
|
||||
if ( updateGPoint ) {
|
||||
stopTrackingPointer( pointsList, updateGPoint );
|
||||
} else {
|
||||
// should never get here?
|
||||
$.console.warn('updatePointerUp(): pointerup on untracked gPoint');
|
||||
}
|
||||
//else {
|
||||
// // should never get here?
|
||||
// $.console.warn('updatePointerCancel(): pointercancel on untracked gPoint');
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user