mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
4f41ac60968d478fbbb27be0632b6defafe17744

_isReady() can be true even if the _docLayer is not created yet and in this case we dropped the window messages which should have triggered the input bar and the sidebar creation. cypress tests were failing because of this issue sometimes. Change-Id: Ifda1d66c952c65c420db06bfd61918411426ae93 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103010 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
…
…
…
…
…
…
…
…
…
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. test/ C++ based unit tests. cypress_test/ JavaScript based integration tests. It is recommended to read these files: wsd/README loleaflet/README Enjoy.
Description
Languages
JavaScript
48%
C++
32.6%
HTML
6.7%
CSS
5.8%
Java
2.3%
Other
4.5%