mirror of
https://github.com/LibreOffice/online.git
synced 2025-07-25 16:04:48 +00:00
ccfc81dc020560c7d5287c098b85834003e8b89c

Factor out a code snippet from L.Map._onResize() into a function called showCalcInputBar(). Call that (in the iOS app in iPad case, which is what the bug is about) from L.Map._enterEditMode(). Seems to work. No idea if this is the ideal solution. Change-Id: I29677201212b37ebb292591b217741d8301dfa15 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103542 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103551
…
…
…
…
…
…
…
…
…
…
…
…
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%