openseadragon/test
Mark Salsbery cb56e352cf Mousetracker Improvements
1) MouseTracker - Simulated touchenter/touchleave events now bubble to parent element MouseTrackers
2) MouseTracker - Improved multitouch support in enter/exit event handlers
3) MouseTracker - orphaned tracked touch pointers removed (fix for #539)
4) MouseTracker - removed touchenter/touchleave event support since the events don't exist on any known platform and have been removed from the W3C specification
5) Removed Viewer onContainerPress/onContainerRelease handlers (and the associated 'container-release' event ) that were never fired due to the canvas (child) element capturing the DOM events
6) Added 'canvas-enter', 'canvas-exit', and 'canvas-press' events to Viewer
7) ButtonGroup - removed obsolete MouseTracker event handlers
2015-01-15 12:15:22 -08:00
..
data Fixing 2.0 test info.json 2014-09-04 12:28:52 -07:00
demo Merge pull request #423 from henri-astre-msft/fitBoundsWithConstraints 2014-07-24 09:28:53 -07:00
lib Merge branch 'master' of github.com:openseadragon/openseadragon into issue37-navigator 2013-03-23 21:44:22 -04:00
basic.js fix .close() called after .destroy() + spacing 2014-06-18 10:35:23 -07:00
controls.js Add showZoomControl, showHomeControl and showFullPageControl options to be able to hide specific controls. See #210 2014-04-07 14:11:33 -04:00
events.js Minor events.js test comment fix 2015-01-13 08:41:02 -08:00
formats.js IIIF 2.0 Tiles test 2014-07-28 12:45:52 -07:00
layers.js Add layersAspectRatioEpsilon check 2014-01-30 16:43:35 -05:00
legacy.mouse.shim.js Mousetracker Improvements 2015-01-15 12:15:22 -08:00
navigator.js Unit test fix for mouseover/mouseout fallback 2014-04-15 14:16:10 -07:00
overlays.js Update overlays unit tests. 2014-03-21 15:55:04 -04:00
polyfills.js Add counter to avoid trying to set scroll indefinitly 2013-11-08 13:56:13 -05:00
strings.js Event Names Normalized 2013-09-26 09:50:26 -07:00
test.css Merge branch 'master' into layers 2014-03-19 16:24:48 -04:00
test.html Add viewport.js to test.html so tests get run. Use built-in Point functions. Add a helper function to get a random number. 2014-10-09 16:58:45 -07:00
test.js Unit test fix for mouseover/mouseout fallback 2014-04-15 14:16:10 -07:00
units.js Fix imageToViewerElementCoordinates method and corresponding unit tests. 2014-02-04 17:02:11 -05:00
utils.js Fix ajax call for file: and ftp: #73 2014-04-15 12:55:32 -04:00
viewport.js Refactor other looping tests that don't reopen the viewer in a similar manner. 2014-12-15 09:41:32 -08:00