No description
a985664f71
We don't want any of the stuff in loleaflet/src/map/Clipboard.js to be involved at all. On iOS we have an interface to the system clipboard in core. Just use that. No need to keep any local cached clipboard in the Javascript. No "download" involved. Just let .uno:Cut etc do their job. Keep the _clip attribute property of the L.Map object undefined on iOS, and check if before trying to use it. As such I couldn't exactly reproduce the problem in the bug report, but hopefully this works. Change-Id: I2623221b87e729bb60e34f40ed42d5f499c4c25f Reviewed-on: https://gerrit.libreoffice.org/85124 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> |
||
---|---|---|
android | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
kubernetes/helm | ||
loleaflet | ||
man | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
logerrit | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.init.rhel6 | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
README | ||
sysconfig.loolwsd |
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.