From 3d2a9e4699a31f9bc8cdf9d84cdf9b2880721984 Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Thu, 14 Nov 2013 10:13:49 -0800 Subject: [PATCH 1/2] Removed Button href (#274) --- src/button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/button.js b/src/button.js index 8a09cdb0..ef0e460e 100644 --- a/src/button.js +++ b/src/button.js @@ -109,7 +109,6 @@ $.Button = function( options ) { }, options ); this.element = options.element || $.makeNeutralElement( "button" ); - this.element.href = this.element.href || '#'; //if the user has specified the element to bind the control to explicitly //then do not add the default control images From ad35d740abac9daefc53e7b11152fbccf380eb5a Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 18 Nov 2013 10:02:13 -0800 Subject: [PATCH 2/2] Changelog for #279 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 32fb6cc7..9824e9e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -53,6 +53,7 @@ OPENSEADRAGON CHANGELOG * Viewer.innerTracker.clickHandler: preventDefaultAction == true prevents viewer zoom on click * Viewer.innerTracker.dragHandler: preventDefaultAction == true prevents viewer panning with mouse/touch * Viewer.innerTracker.scrollHandler: preventDefaultAction == true prevents viewer zooming on mousewheel/pinch +* Fixed: IE8 error with custom buttons - "Object doesn't support this action" (#279) 0.9.131: