Gantt - onTaskDblClick event doesn't work if we specify parent task render property to split

onTaskDblClick event doesn’t get triggered, if we specify parent task render property to split.
If we remove render property then, onTaskDblClick works.

Can you please let me know the solution for this?

Hello Vikas,
I couldn’t reproduce that issue in the following snippet:
https://snippet.dhtmlx.com/dv03mwnq
https://files.dhtmlx.com/30d/3c0eaa9f7e33963e6c0f00ff7d768e33/vokoscreen-2022-11-30_12-20-40.mp4

Probably, the issue is related to the Gantt configuration, but it is hard to suggest what might be wrong as I don’t see your code.

Please add your configuration to the following snippet and make sure that the issue is reproduced there:

Then, click on the Save button and send me the link.
Or send me a ready demo with all the necessary JavaScript and CSS files so that I can reproduce the issue locally.

I have attached sample code where it can be reproduced
Html.zip (196.0 KB)

try to open html and double click on tasks to show lightbox

Hello Vikas,
Thank you for sending the demo.
It seems that you encountered a bug that was fixed in the 7.1.12 version:
https://docs.dhtmlx.com/gantt/whatsnew.html#7112

You can see that it is working in the updated demo where I only changed the Gantt version:
https://files.dhtmlx.com/30d/d90f24bb7832b9cf02c137135d0e3511/vikas_demo.zip

Thanks for the confirmation. I will check with license team for this.