Created attachment 137966 [details] a print srcreen when run the slide in full screen Hello! I have integrated libreoffice online in our application like that: <object id='loolFrame' data='"+ this.urlLool + "/loleaflet/dist/loleaflet.html?WOPISrc=" + this.urlWopi + this.fileId + "&access_token=" + this.token + "' >Failed to open lool</object> This object is integrated in a Extjs Window. It work fine but I have two problem. - The menu "Affichage>" doesn't work, i don't have error in browser console - With an odp or pptx file when i run "Présentation plein écran", an iframe is created in the slide editor. I have tried with google chrome 62, firefox 57, i have the same issue. Thanks in advance RAMAMONJY Harifetra Software developer - Pentila
Thanks for your bug report. → NEW
This is not the bug in online component of libreoffice. It's likely that you are missing some kind of flag when you are embedding the lool frame? This works nicely in owncloud/nextcloud, so I guess they are doing the integration correctly.
Hello, Thank you for the time you spend with my fake bug. As you say, the <object> is the problem, when I change it with <iframe> like owncloud integration, it work. RAMAMONJY Harifetra