HandsonTable v7.0.0 to v7.0.1 - double click cell

Tags: #<Tag:0x00007efc71904420>

Last week we upgraded our table-solution from “HandsonTable Pro v5.0” into “HandsonTable v7.1”. After the upgrade the [cell edit mode] via double-click doesn’t work anymore. After some tests. It seems that the double-click functionality is still working fine in “HandsontTable v7.0.0” and in v7.0.1 not anymore.

Most of our customers are used to have the double-click functionality.

We can’t find the reason why it doesn’t work in our solution anymore. Is there something we missed?

Hey @raimond.jaspers

do you get any errors in the console while using the dblclick? It works well on our official demos https://jsfiddle.net/718jnLop/

No, messages in the console.

Yes that realy strange the double-click is working fine in the official demo’s.
I compared the actions in the demo with our site. And for the demo the “handsontableInput” opacity is set when double-click. In our table nothing happens for v7.0.1. When using v7.0.0 it works fine.

Maybe there’s something in the hook logic. I’ve copied all the settings here https://jsfiddle.net/6don90hf/ but did not load the hooks (you haven’t shared their logic).
Can you share a Fiddle example where I’ll be able to replicate the issue?

Thanks Aleksandra.
I extended the jsfiddle example with most of the hooks. But cannot reproduce the problem we have.

Our website also uses the handsontable in much simpler way. Without any hooks. Also that table doesn’t handle the double-click:

Can you check what do you get with

beforeOnCellMouseDown: function(){
	console.log(arguments)
}

and share it with me?
Any JSFiddle/zip where I’d be able to replicate the issue would be great.

The patch (7.0.0 > 7.0.1) should not produce any breaking changes

7.0.1
Released on 8th of April, 2019

Changes
Fixed the LICENSE.txt file link in README.md. (#5914)
Replaced fixed positioning of the row/column resize handles with absolute to prevent misalignment issues in implementations based on CSS transform. (#5050)
Updated webpack to version 4. (#5912)
Fixed a problem with Handsontable throwing errors on scroll by adding support for EventListenerOption in the EventManager. (#5904, #4526)
Added core-js to Handsontable’s dependencies. (#5888)
Added a ghost-table attribute to all cell elements generated with Ghost Table. (#5927)
Fixed a bug, where the editor was visible despite not being open, when the table was positioned using CSS transform. (#5886)
Fixed a bug, where the table scrolled up after clicking a cell when Handsontable was implemented inside of an iframe. (#5910)

Thanks Aleksandra,
We will use Handson Pro 5.0 for. now. Maybe we try to migrate again later on this year.

No problem. If you’d want to give a try write directly to me at support@handsontable.com