additionals:
make sure quarantine does not fail on the exit
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I8843ba7e72dc3703c1168b57c9927598bfa5d1f7
Related to:
https://github.com/CollaboraOnline/online/issues/3645
When we select text with multiple lines - line break
is ignered in the result. Paragraphs will be concatenated.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ia7545bbee334a44517c416260f3dd911e0ae8eec
What was introduced in 263c8e8e89
didn't work anymore and instead active comments (simply focuses,
not editing nor replying) were getting those css changes making them
auto width (result: super long width)
Fix that, by adding CSS classes to the container and making sure only
annotations with those textareas can be re-sizable
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I109867505eba3aa4193d342a0a53d48dd772f807
Make sure .cool-annotation-img does get inherit default padding
so both .cool-annotation-collapsed and .cool-annotation-img have the
same size
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ib0fd5cfd3b8eb124d39e3f7f36ad3e834b908b78
When comments were present in the document and collapsed into bubbles
- when user pressed "enter" above comment's target so paragraph position
was changed - bubble preview was shown.
After the patch we don't show preview in that case.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I3693d20360a93a78732bc864eb79720c0b173e38
Regression from f92e85dacc
Ensure that options are always initialized.
Socket.js code expects that access_token and other params
are under map.options.docParams not map.options.options.docParams.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ie6d7055c3865e6fce1754bce5272cee7f4973b68
To be able to override it by a new package version, if necessary.
Also, when explicitly configuring the "classic" or "notebookbar", make
it override what is provide in UiMode.
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: I4b9764b32ce712d8bfd46ef90d9c8538fcaf921b
Previews' scroll bar was going up & down rapidly while zooming in & out.
Selected part was being changed while zooming in & out.
Signed-off-by: Gökay ŞATIR <gokaysatir@gmail.com>
Change-Id: I8dcc0973f3822ad6af7a710ae0c073ea95732e4b
When opened mobile wizard with shape selected and then
selected some text and reopened mobile wizard - only
one panel was visible.
With new welded sidebar panels can be added to JSON but
not visible
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Icca33a5a8d467f66c5a0d32fee046f4b8d4adfde
- On desktop keep using `(`...`)` around string
- But make it possible to remove easily and automatically when on
mobile
- make sure there is a space right before that
- On mobile we normally have less space horizontally and it's harder to
read long line
- So place git hash as a new line (it also has the advantage that both
links [co and integrator] will now align with each other making it
easier to spot and tap on them)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ie43a5374e3617da2e5f9b7e19c61601ff935ce4a
On mobile `git hash` and subsequent value was not wrapping properly
before
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iae4c61433406e4203869022a21b04e6489490ab4
The vector is allocated on the stack in a for loop, so it's not valid to
refer to its address in the lambda that is executed on a thread. Rather
copy it.
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Ie1f85d6efb27a4aa44b181f8d9f134e9fa41d508
This changes commit eb387cc7b1.
Edit dialog is not working, causes crashes and shows features
that doesn't work (linking to other documents in core).
Use dialog from online instead.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I4a32b921f5573c66739c20407e3c6cc6358f5579