No description
36f0628440
if the part is not hidden. The member _selectedPart is already set to the new part in Parts.js's setPart(), as a result the code inside the if was never getting executed. There is no need to call map.setPart() as this was also done in Parts.js setPart(), and finally there are no handler for 'setpart' event as of now, so lets remove the fire() call too. All of this was not a problem when the '.uno:ViewRowColumnHeader' data source was used, because that data was getting requested unintentionally as part of related scroll events during a sheet switch. Change-Id: I3ea3916ba738d9616e822659fc64903eda8f99cf Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97952 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Dennis Francis <dennis.francis@collabora.com> |
||
---|---|---|
android | ||
common | ||
cypress_test | ||
debian | ||
docker | ||
etc | ||
fuzzer | ||
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-mobile.xcu | ||
loolkitconfig.xcu | ||
loolwsd-generate-proof-key | ||
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. test/ C++ based unit tests. cypress_test/ JavaScript based integration tests. It is recommended to read these files: wsd/README loleaflet/README Enjoy.