From 3583ffc8a6ed26c85132ab7cbcc7fb2ca5cbc024 Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Wed, 28 Dec 2022 18:55:56 -0500 Subject: [PATCH] fix: cell selection in Firefox not working, fixes #714 (#715) * fix: cell selection in Firefox not working, fixes #714 - fixes issue #714 * tests: add Cypress with Firefox to CI workflow * tests: use already serving http server * tests: just testing Cypress with Chrome is enough --- plugins/slick.cellrangeselector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/slick.cellrangeselector.js b/plugins/slick.cellrangeselector.js index d956d6ac..250d0d65 100644 --- a/plugins/slick.cellrangeselector.js +++ b/plugins/slick.cellrangeselector.js @@ -117,6 +117,7 @@ // prevent the grid from cancelling drag'n'drop by default e.stopImmediatePropagation(); + e.preventDefault(); } function handleDragStart(e, dd) {