[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-16-g0ba79c681b

Git repo owner gitmaster at git.koha-community.org
Mon May 11 23:34:41 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  0ba79c681b0f29b6603191e37ffa71e20b0f7527 (commit)
      from  47d1ee26667c4003d8ae1a2b1ad9d2e38064a6e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ba79c681b0f29b6603191e37ffa71e20b0f7527
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 30 15:16:36 2020 +0000

    Bug 23601: Prevent default for auxclick
    
    The issue appears to be that the default action is not prevented for middle click because it registers
    an 'auxclick' event as opposed to a 'click' event
    
    To test:
    1 - Perform a search in staff client
    2 - Shift-click and hold on a result
    3 - Note a new tab opens
    4 - Release the click, no change
    5 - Middle click and hold on a result
    6 - New tab opens
    7 - Release, a second new tab opens
    8 - Apply patch
    9 - Reload page
    10 - Middle click and hold
    11 - New tab opens
    12 - Release
    13 - No new tab
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 9f89eabcd5befe34d4b3ad75fb8b128f4de131f3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/js/browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list