Commit graph

10813 commits

Author SHA1 Message Date
Pedro Pinto Silva
082b407c35 Mobile: Hamburger: Due to latest changes the hamburger needs to be realigned when
menu is open and the quarter circle became a ellipse. Fix for these.

Change-Id: I0e31f702bc006c2e87705d1d63e3fa939270d5ca
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90923
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-25 11:51:17 +01:00
Tamás Zolnai
9f20130c9f cypress: mobile: reenable this test.
Change-Id: I9cf356b3c7e41ac0a07f82124bd26b16a9a57cd2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91035
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-25 11:35:17 +01:00
Tor Lillqvist
07461cbe69 Bin pointless global constant variables L.INCOMING and L.OUTGOING
They weren't even used consistenly instead of the literals 'INCOMING'
and 'OUTGOING'.

Change-Id: I70da22df669f8eaa5943b460e5b12b3cf100ca8e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91002
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-25 11:26:38 +01:00
Pedro Pinto Silva
d80b62326a Mobile: Calc: Chart: add axis contextual icons
Change-Id: If5b572430e02f33f0f5e41698a509a290c61feb7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90926
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-25 10:46:40 +01:00
Tamás Zolnai
44e219ce55 cypress: mobile: disable this unstable test.
Change-Id: I0205637fa5a167062de16e1fe389b6f64eaed148
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91030
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-25 10:42:39 +01:00
Pedro Pinto Silva
9283614e11 Mobile: MobileWizard: Checkbox row: fix
bug appearing on some browsers' computed css rules, namely webview via apk

Change-Id: I09d4c9525e4d2994ad81606cf837b3e381ceb3d2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90993
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-24 16:11:40 +01:00
Pedro Pinto Silva
aa7091dc10 Mobile: add missing icons for share as and rev-history
Change-Id: I37b2ca41824e8d0aed7ff03cddb32b1c4ce2949f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90981
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-24 14:28:16 +01:00
Tor Lillqvist
cbd3b95dfb Simplify and increase consistency
Don't bother with different local names for the window.mode.isMobile()
etc functions. Don't bother storing return values from then in local
variables.

Change-Id: I0bb5b57683ab8007ebb30f8d37213489dcdbdd6b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90977
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-24 13:43:19 +01:00
Tor Lillqvist
622102965c Use window.open for the git hashes in the About dialog
This will turn into the HYPERLINK message and make it work to click
them in the mobile apps, too.

Change-Id: Ibf1829a16887db2a6797c08996bd52882b54a657
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90935
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-24 12:44:45 +01:00
Michael Meeks
f978982a7a cleanup: remove obsolete locking & dead code from LOOLWebSocket.
LOOLWebSocket is used only for tests and a few tools anyway.

Change-Id: I18e04efc2fb3a4cc075f7cefa4ebd0d10fbdb3df
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90974
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-24 12:18:48 +01:00
Michael Meeks
eb8a9f9b83 Use random sub-jail paths when unit testing.
Potentially cleaning up jails used by other WSD's breaks parallel
unit testing quite badly.

Change-Id: I159b87cc36648beb40eea0e363f924eefdf6ebca
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90942
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-24 11:13:46 +01:00
Andras Timar
6907725527 Add new SetObjectToBackground and SetObjectToForeground buttons to mobile wizard css rules
Change-Id: I1b75cbfbeaefebb26cc922306f958e2b8cce4a79
2020-03-24 10:31:40 +01:00
Andras Timar
87fccc25d2 Disable Help button on dialogs in mobile apps
On mobile UI there should be no tunnelled dialogs. But if there are some,
by mistake, at least they should not have a non-working Help button.

Change-Id: I88001f560eefd0ac9163dd6893b7f0c4d8e50c3a
2020-03-23 21:16:40 +01:00
Tamás Zolnai
7026a9ad06 mobile: fix the class of toolbar-hamburger after close.
When we opened again it had both 'menuwizard-opened'
and 'menuwizard-closed' classes.

Change-Id: Ia47bff467f55639a7bebb8ba640604b2617a48d7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90934
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-23 20:52:08 +01:00
Tamás Zolnai
823207f244 cypress: mobile: fix-up shape related tests.
Change-Id: Icbb0812e5c2446dc04010d11a79e692e89104f9f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90932
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-23 20:18:09 +01:00
Tamás Zolnai
efa7d4a08a cypress: mobile: better way of pushing hamburger menu button.
Change-Id: Ifa4ebc3e490dddcdeee476c368b33a3cedd6ef17
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90931
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-23 20:17:59 +01:00
Tamás Zolnai
7ad798df47 cypress: mobile fix random failure in spellchecking tests.
Change-Id: I89a915ef0a7efefd1e684d30b4d04f7cb7914cad
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90929
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-23 19:34:07 +01:00
Miklos Vajna
6890d2fdaa ios: fix opening hyperlinks
This was added in commit 2174206de1 (android:
Don't hang after returning from a hyperlink., 2020-02-14), but the new command
was only handled on Android. Handle HYPERLINK on iOS, too.

Change-Id: I8c942c1a64c8a52462a749989e312d0d9899a841
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90917
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-23 17:33:45 +01:00
Pedro Pinto Silva
d38106d5cc Mobile: Calc: chart context menus: add missing icons
Change-Id: I6f295d6c71d225b20a0e696b46d2765ca344db0b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90904
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-23 16:19:19 +01:00
Jan Holesovsky
cf04289fb4 android: Fix jumping of the toolbar up and down when the keyboard shows.
Apparently this will cause a regression on iOS; OTOH we have disabled
the landscape mode there for now, so hopefully we'll be able to come up
with the real solution there.

Change-Id: Ie39de95a68e34694e53b4034e8db389546515ba8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90907
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
2020-03-23 16:16:10 +01:00
Jan Holesovsky
6964ca9d69 Fix the menu height.
Change-Id: I258ac19e05bf7925f450a45b7ca5ebc813fc0384
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90836
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-03-23 16:15:59 +01:00
Gary Kim
60b116f91e Fix docker script pushing to Docker Hub even when set not to
Change-Id: I7506c65b5412f3fd7faadcc387a54b8dfe472650
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90890
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-23 13:34:42 +01:00
Dennis Francis
466934a53c loleaflet: handle all transparency fill types
Also handle 'NONE' and 'SOLID' style types now emitted as part of
.uno:FillFloatTransparence statechange message.

Without this the mobile wizard does not show the transparency fill
types correctly for these cases.

Change-Id: Iffecc6dbfbac097310c9c5f53ba3b4dfe39e4756
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90879
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-23 12:52:07 +01:00
Tor Lillqvist
16fbe5441d Bump the internal iOS app version number to 4.2.3
Change-Id: I083ed1dd96aba75da1fc6d6d47c8cbd7b1d62a24
2020-03-23 12:55:14 +02:00
Miklos Vajna
d26aa30cab Fix --with-support-public-key=... build
Change-Id: I4a1ecc16d7b862dae61c80d98d07c0e105c13819
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90829
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-20 22:05:14 +01:00
Tor Lillqvist
d474f06040 Force portrait for the moment also for iPhone in the iOS app
Change-Id: I1def28e7969cea753e7fc36094fe6514c17d61af
2020-03-20 16:03:19 +02:00
Henry Castro
a4a5b4aed0 loleaflet: move the code about init of the style combobox, part 2
It fixes mobile:
TypeError: Cannot read property 'length' of undefined

Change-Id: I620833dfdd736347da86d76531cf1c67e0b5b152
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90792
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-03-20 14:40:12 +01:00
Jan Holesovsky
db585f8c64 android: Force portrait for the moment.
Change-Id: Ibd3964fb7e99264104ad46c26e6ff2e4e62b6559
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90794
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-20 14:38:32 +01:00
Tamás Zolnai
fa6e1e3668 Revert "loleaflet: move the code about initialization of the style combobox"
Breaks mobile view in Impress.
TypeError: Cannot read property 'length' of undefined

This reverts commit 9db6f855a0.

Change-Id: I839cde8bb683fc0b933da806f4a4771114eb32f5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90785
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-20 12:58:19 +01:00
Pedro Pinto Silva
ec65b86390 Mobile: Context menus: add missing icons (hyperlink and table)
Change-Id: I85fb6e54d16b7982874fa4ab885c7f2d379b96fd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90781
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-20 12:57:56 +01:00
Tamás Zolnai
49e97638b2 cypress: update README.
Change-Id: Iacf4bd05b01f0ceb4f6d976f979db62afaba091b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90784
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-20 12:45:23 +01:00
Weblate
2bba146b28 update translations
LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (100 of 100 strings)

Change-Id: Ia0adbe259646f2fda33a25b30f8811dc147cc5a3

update translations

LibreOffice Online/android-lib (Bulgarian)
Currently translated at 75.0% (9 of 12 strings)

Change-Id: I9206580869c83825c95c9079cc8fe052d860e2a9

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 74.3% (309 of 416 strings)

Change-Id: If5c7bb3dab8e0d84010d7c4c3c149d5eed99183e

update translations

LibreOffice Online/android-lib (Asturian)
Currently translated at 58.3% (7 of 12 strings)

Change-Id: Ic5b84d1302c52727c27c7acc3d8f23ae39c286d5

update translations

LibreOffice Online/android-lib (Catalan)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Id176e6b42a7571fbfbacbbf00f6f9293f255f815

update translations

LibreOffice Online/android-lib (Spanish)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Ia75341ad1c6408648600e9f01702ac0408865d50

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 74.3% (309 of 416 strings)

Change-Id: I09fda62f77693d651390db378eb9f2fa62f3c6e0

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I9b2cb58ac67e3136408b5493d4ab3d4c6e64e9a2

update translations

LibreOffice Online/android-lib (Welsh)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I0c4e7d1bfadcd652dc4450abfe65134b055e0060

update translations

LibreOffice Online/android-lib (Welsh)
Currently translated at 83.3% (10 of 12 strings)

Change-Id: Icda607bf7238045a1ade6f237fb18c61fb0bcff5

update translations

LibreOffice Online/android-lib (Basque)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Iebbc610027b26b1202d6e1c78978ed35213e8bcd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90736
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-20 12:19:19 +01:00
Henry Castro
9db6f855a0 loleaflet: move the code about initialization of the style combobox
It is prefereable to move it when the document is initializing
rather than the iteration of toolbar items

Change-Id: I6fd856ed8b7e1b4e3224be09d37d2e86b9dce166
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90759
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-20 12:18:40 +01:00
Henry Castro
ea1c818b9a loleaflet: fill the "style" combobox when data is received
This approach is preferable rather than iterating the toolbar items

Change-Id: I81107dde1d6c99b3e5af9793c7b2dff517747ff9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90758
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-20 12:16:55 +01:00
Miklos Vajna
a83dd9a160 test: increase load timeout in UnitLoadTorture
This test sometimes failed on me just because the load was aborted due
to the timeout, doubling the limit makes the problem go away.

Change-Id: Ided724d67a513391b86836065d4e627581857a92
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90771
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-20 10:47:59 +01:00
Tamás Zolnai
7285fad0f9 mobile: better way for identifying submenus.
We actually have commands for submenus too, so
we can use them to generate IDs.

Adjust the icon names, which are now generated from
commands.

Change-Id: I76bb69fb8f83cddfb3d36c3ee74739091bc08f2d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90763
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-20 10:01:13 +01:00
Tor Lillqvist
15157f9e67 Mention --enable-cypress
Change-Id: Ic29138650f70c0eaa0d7a60b1b6dd4f4929b6b96
2020-03-20 10:20:23 +02:00
Tamás Zolnai
6240c5381b Restore cypress test framework's mobile tests.
Broken since: b62dcc0255

The issue here cypress sets the window size and not the device size
when tries to emulate mobile view.
https://github.com/cypress-io/cypress/issues/970

For now, let's keep window size media rules too.

[tml: Window size changes depending on orientation. Device size does
not. We need to change each rule that used only max-device-width into
one using two subrules using max-width combined with comma (i.e. the
OR operator), one for portrait using 767px as the limit, one for
landscape using 1023px as the limit.]

We do this in other places of the css code anyway. In a long term, it
would be good to find a better way to emulate mobile view by cypress
or to detect mobile from JS code, so we can enable mobile mode easily
for cypress tests.

Change-Id: Ic7974f44fcbf6ed2883e93acd28153709514c216
2020-03-19 22:55:52 +02:00
Henry Castro
e030e43461 loleaflet: remove unnecessary debug console log
Change-Id: I1d8b789e7b777dba52362b750475bfd1de1585cd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90757
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-03-19 19:18:54 +01:00
Henry Castro
af338541a8 loleaflet: check if "parts" variable is a number of the preview thumbnail
While I was debugging Impress, I received unexpected "undefined"
value of the variable "parts"

Change-Id: Id8b6737155516fd0d8cfaa350170e9c631c55dcf
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90756
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-03-19 19:18:18 +01:00
Pedro Pinto Silva
3dd1cefde8 Mobile: mobile wizard: improve aditional ids by making them dependent of their respective children uno commands and
add icons

Change-Id: Iae1fb597272a684539700ed0732cfd19d43724f6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90755
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 16:27:37 +01:00
Tor Lillqvist
b62dcc0255 Hacks to improve user experience when changing orientation on phones
I now think that much of our media queries with (max-device-height:
767px) actually should use (max-device-width: 767px) if the intent is
that they detect the case of mobile phones, as opposed to tablets.

Many mobile phones have a screen.height (which is what
max-device-height in CSS refers to) that is clearly larger than 767.
But a screen.width of 768 is what at least my 9.7 iPad has.

Change-Id: I3b44e32ec583837897b4aa390fc0ab92be59d163
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90752
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-19 15:40:44 +01:00
Tamás Zolnai
a394b56423 mobile: better way to generate ID for submenus.
We don't have any other information for the submenu
only it's text and it's children, so let's use
the children's command to find out what submenu we have
here.

Change-Id: I188186142fc1dbe483fcce5b5456e0cb1524382e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90750
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 15:34:20 +01:00
Henry Castro
d19e85f948 loleaflet: check the cell cursor width to scroll
This is an improvement of the commit 569b342c20,
It is better to check the cell cursor width instead of spacing to scroll
the view when very large merge cell occurs

Change-Id: I049cda34f886738ce9fbd3776113a219c5bd038f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90751
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-03-19 15:01:11 +01:00
Pedro Pinto Silva
b659e8613c MobileWizard: fix table design options and chart options by
updating css rules according to the latest html structure

Change-Id: I373e185a444e8f5db3096cd05c9f47f470ef73c3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90747
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-03-19 14:50:13 +01:00
Tamás Zolnai
3b1ca68a21 cypress: mobile: add spellchecking tests for impress.
Change-Id: I7b3909c79ca1fad27c5e3754a36f38f659e467e1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90712
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 14:48:42 +01:00
Tamás Zolnai
ff92eb0795 cypress: better core version detection.
To make it work both with release and debug core
build.
Also disable some tests failing with core/cp-6-2.

Change-Id: I5617712e19dc8aaba0c5f9fbdf9c17d9a19fb18b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90725
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 13:47:55 +01:00
Tamás Zolnai
b76352d8e3 mobile: add a method to generate ID for submenus.
Change-Id: I45c2865573eb6b9d070fc6c36f4f1369e2ac3172
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90739
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 12:37:23 +01:00
Tamás Zolnai
45886322e7 cypress: mobile: move focus related tests to focus_spec.js.
Change-Id: Ib8719f6d14e578ffc0125077942c063f4b5f3f37
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90718
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 12:32:52 +01:00
Tamás Zolnai
6e96d4f6df cypress: catch "Uncaught TypeError" error in the log.
During parallel build.

Change-Id: I18d78250650e5d16ff9a4ff8588a2e955a934f44
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90721
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-03-19 12:30:54 +01:00