Krpano scene thumbnail no longer draggable after chrome version 87

  • Hi,


    I'm following this post https://krpano.com/forum/wbb/inde…76564#post76564 for assigning class name to the scene thumbnail and use jquery UI .draggable function for dragging the thumbnails.

    All these functions and methods are working fine for latest version of firefox, chrome version 87 and earlier. However, it does not work after chrome version 87 as it seems like the chrome did not recognise the drag event?

    My krpano code version is krpano 1.19-pr16 (build 2018-04-04).

    I'm not too sure whether is it krpano's code problem or chrome's problem...

    The following is my code, please have a look:

    in the xml:

    Code
    <action name="set_css_class" type="Javascript">  caller.sprite.className = args[1];    </action>
    Code
    onloaded="set_css_class('sceneThumb');"

    in the html:

    Code
    $('.sceneThumb').draggable({
    	helper: "clone",
    	revert: false,
    	start: function(event, ui) {
    		console.log("Start sceneThumb");
    		...
     }});

    When i tried to drag the thumbnail, there's nothing printed in the chrome console too...
    Can anyone help me?
    Thanks in advance.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!