From: Michael Stapelberg Date: Sat, 23 Jul 2011 13:30:57 +0000 (+0200) Subject: gallery: don’t handle keypresses when not in slideshow X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=31423bd659b990cfcc6142e5f814aa67860ce1ed;p=i3%2Fi3.github.io gallery: don’t handle keypresses when not in slideshow --- diff --git a/js/gallery.js b/js/gallery.js index a1724fb..aede943 100644 --- a/js/gallery.js +++ b/js/gallery.js @@ -198,6 +198,11 @@ function initGallery() { // setup key press handlers for the left/right arrow keys var keydown = function(e) { + // if we are not in the slideshow mode, process the event as normal + if (!$('#mask').is(':visible')) { + return true; + } + switch (e.keyCode) { // left arrow case 37: diff --git a/js/gallery.min.js b/js/gallery.min.js index f57a8fb..a929555 100644 --- a/js/gallery.min.js +++ b/js/gallery.min.js @@ -1,4 +1,4 @@ function initGallery(){ (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('