oc-1721 - ODF close button: fixed oc-1723 - ODF viewer rendering: afaik - this is releated to the css/js minification: Because core.css and core.js are cached (server side and browser) the required css is not available.
Solution for 4.5: Load the odf into an iframe just like done within the pdf viewer. I'll take care of this the upcoming days for 5.0: - invalidate core.css and core.js on OC_App::enable and disable - add a magic number to the core.js and core.css to force the browser to reload them. Time stamp of creation would make sense. (see: http://www.impressivewebs.com/force-browser-newest-stylesheet/#comment-11118) Comments? Take care, Tom Am Mittwoch, dem 26.09.2012 um 18:36 schrieb Arthur Schiwon: > Hey, > > Frank asked me to get an overview about the remaining bugs. So I did and > updated the spreadsheet [1]. Feel free to add a bug in case i oversaw > something. I made it back to bug reports with the last change to Sep, 13th > (incl). > > One word about the definition of "showstopper". I consider a bug as > showstopper when one of the following matches > (a) a core functionality is broken > (b) a shipped app or a function of it is broken > (c) a core functionality misbehaves after upgrading from 4.0.7 > (d) a shipped app or a function of it misbehaves after upgrading from 4.0.7 > > Cheers > Arthur > > [1] > https://docs.google.com/spreadsheet/ccc?key=0Al1qpUvVnKZ4dHhwbm9uM0wwUnBvWHAzWFJNdEZ2ZVE#gid=0 > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
