Beiträge von Johannes777

    Depending on your toolchain, you may have redefined the contextmenu. Panotour Pro, for example, creates at least two project files, that contain definitions for contextmenu:

    1. <project_name>_core.xml
    2. <project_name>_skin.xml
    • The _skin.xml usually contains something like this:

    <!-- ********** -->
    <!-- Context menue -->
    <!-- id : contextmenu -->
    <!-- ********** -->
    <contextmenu fullscreen="false" versioninfo="false" touch="true">
    ...

    </contextmenu>


    • The _core.xml used to contain something like this in V1.19:

    <!-- Disable the default fullscreen mode as it does a fullscreen only on the viewer not "on the tour" --><contextmenu fullscreen="false" versioninfo="false" />

    • But now guess what: After the krpano Update for Panotour 2.5.14 to krpano V1.20.1, _core.xml also contains this line at the very end:

    <contextmenu versioninfo="true" />
    </krpano>

    • This leads to undefined behavior: A little test project showed no version info in Firefox 69.0.2 (64-Bit), but sure enough it is shown on my real project (both with krpano 1.21 and panotour 2.5.14).