Markus Weigelt
Markus Weigelt
I think it is a problem with the calculation of cursor position maybe in connection with the zoom level. Because if i disable the autostart and jump directly to a...
Thanks, I think the calculation of the cursor position is correct. Currently I have the assumption that the event handler of the `timeupdate` event takes too long and more and...
Thx @katspaugh and @alexbegey! It works for me with the conversion to CBR too.
Problems are solved for us for now. The performance optimization has shifted the problem of the media data editor with many structural elements and images to a higher number. For...
I tried version 10.0.0 at the end of 2021, and it appeared somewhat broken. For example, FontAwesome was dropped because PrimeFaces now includes its own icons, called PrimeIcons. (Manually including...
@beatrycze-volk This probably cannot be fixed or changed here, as the DocumentTypeFunctionProvider is always called via the getDocumentType function in TypoScripts of DFG-Viewer https://github.com/slub/dfg-viewer/blob/6374e6570cd26d6fdaa08c74ab12b2139bd35bd3/Configuration/TypoScript/Plugins/kitodo.typoscript#L213C2-L242 and SLUB Digital Collections and https://github.com/slub/slub_digitalcollections/blob/master/Configuration/TypoScript/Plugin/Kitodo/setup.typoscript#L239-L289....
I can't find any controller in the DFG-Viewer and SLUB Digital Collections where this function is called. After the phone call with @beatrycze-volk, it appears to be a problem that...
The title of the issue does not fully match the description. The function setDefault is being called, but the goal is to set the default value of the page parameter...
Does not work with `document.currentScript.src` because the current script is a merged version of all JavaScript files and is located in a different directory than the extension's assets. Since I...
@sebastian-meyer > This won't work consistently, because the asset hash is not the same for every installation. It is derived from the full path and that depends on where TYPO3...