Bug 114024 - Full screen in libreoffice online don't work
Summary: Full screen in libreoffice online don't work
Status: RESOLVED NOTOURBUG
Alias: None
Product: LibreOffice Online
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-24 13:26 UTC by Harifetra RAMAMONJY
Modified: 2018-01-30 12:59 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
a print srcreen when run the slide in full screen (25.17 KB, image/png)
2017-11-24 13:26 UTC, Harifetra RAMAMONJY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harifetra RAMAMONJY 2017-11-24 13:26:45 UTC
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
Comment 1 Adolfo Jayme Barrientos 2017-11-27 00:11:09 UTC
Thanks for your bug report. → NEW
Comment 2 Pranav Kant 2018-01-30 12:02:32 UTC
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.
Comment 3 Harifetra RAMAMONJY 2018-01-30 12:59:50 UTC
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