owncloud-archive / documents

ownCloud Documents is collaborative editing of rich-text documents.
http://owncloud.org/
137 stars 55 forks source link

Glitch editing odt #594

Open mayarichman opened 8 years ago

mayarichman commented 8 years ago

We are running ownCloud 8.1.3 (stable) on our Debian server. I installed libreoffice so we can directly edit the odts on the Owncloud web interface. Recently some people haven't been able to view or edit the files on the interface.

owncloud screenshot1

When they click to view it a white box opens and nothing else is visible. They are using an up-to-date Chrome browser to access it, but I feel like it is some kind of Javascript issue. When they try to edit it, a loading icon comes up, but never resolves.

The page raised an exception: ASSERTION FAILED: tried to unsubscribe unknown callback from event "input/compositionstart".

owncloud screenshot2
gboddin commented 8 years ago

Yes, confirmed here as well, using Debain and 8.2.1-1.1, both when opening and creating a document. This error is showing off in my logs :

Cannot modify header information - headers already sent by (output started at /var/www/owncloud/3rdparty/sabre/http/lib/Sapi.php:70) at /var/www/owncloud/3rdparty/sabre/http/lib/Sapi.php#63

The headers for the files loaded trough ajax are set to text/html, not sure if oc is supposed to change them and if it's related.

VicDeo commented 8 years ago

@mayarichman @gboddin what'is your Documents app version

mayarichman commented 8 years ago

@VicDeo 0.10.2

mayarichman commented 8 years ago

Any news on this?

beccon4 commented 8 years ago

I get this message on Firefox and Chrome on Android. Linux and Windows are fine. (OC8.2.2, latest documents version)