No description
d0be89bffa
First, use the docloaded event to see whether we should be dimming the document (make it inactive) or not. There is no point in inactivating a document before document has completely loaded; so don't start the timer until after the document is completely loaded. It turns out that we were only emitting the WOPI's App_LoadingStatus with DocumentLoaded for the first document load, but not for subsequent reconnections. The problem here was that doclayerinit event is only emitted during first document load (when TileLayer is -actually- initialized), which was responsible for emitting this event. By bifurcating the document load from document layer initialization, we solve this problem. Change-Id: I0b7b97fc6244ba9ebd6318d68d78d3abef2c0c08 |
||
---|---|---|
bundled/include/LibreOfficeKit | ||
common | ||
debian | ||
etc | ||
kit | ||
loleaflet | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
README | ||
robots.txt | ||
sysconfig.loolwsd | ||
TODO |
LibreOffice Online. This project has several components: wsd/ The Web Services Daemon - which accepts external connections. kit/ The client which lives in its own chroot and renders documents. common/ Shared code between these processes. loleaflet/ The client side JavaScript component. It is recommended to read these files: wsd/README loleaflet/README Enjoy.