]> git.koha-community.org Git - koha.git/commit
Bug 23601: Prevent default for auxclick
authorNick Clemens <nick@bywatersolutions.com>
Mon, 30 Mar 2020 15:16:36 +0000 (15:16 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 11 May 2020 21:06:08 +0000 (21:06 +0000)
commit0ba79c681b0f29b6603191e37ffa71e20b0f7527
treed11a52dfafd26f6391adc89e49df5230b408dd15
parent47d1ee26667c4003d8ae1a2b1ad9d2e38064a6e5
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@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 9f89eabcd5befe34d4b3ad75fb8b128f4de131f3)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/js/browser.js