Hi,
this happens because of an Flashplayer update which disables the possibility to use the context menu to switch the fullscreen mode.
See also this thread for all details about that:
Flashplayer Bug - Right Click Fullsceen doesn't work (please vote!)
The problem in detail - when clicking the fullscreen item, the viewer tries to change the fullscreen mode, but the new Flashplayer version throws an (unexpected) Security Error, which stops the execution of the immediate following code and so avoids the correct cursor behavior in this case (note - that Flashplayer 'Security Error' can be seen when using the 'Debugger Flashplayer Plugin').
In the next krpano release, this error will be caught so that this can't happen anymore and additionally also the Fullscreen context menu item will be disabled by default.
For the moment I would recommend disabling the Fullscreen item manually by adding this line in the xml:
|
Source code
|
1
|
<contextmenu fullscreen="false" />
|
Best regards,
Klaus