The fuzzer case doesn't read the configuration. This is similar to
what getConfigValue() already did, now extended to
getConfigValueNonZero().
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I14a838ea9875d81413f22140eeac627520c423ab
problem: when we click on checkbox to filter the data in autofilter dialog the checkbox itself disappear
if that is expected behaviour then cypress test needs to modified if not bug needs to be fixed first before
enabling this test
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I4dbfcf8abebe1c65e27c8c090bfce3ed0c59d086
- This is too generic
- If in the beginning this made sense now we have to many elements
and many should not have hover states (invisible, labels etc)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ice27ccb41cff73fa34b89453d99e3bb1fbc03edf
Force placeholder to inherit the same rules as ui-treeview-body
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I61ecde9e35812026683c655f6a2f9ead18e10d02
Depends on core commits 0b92cf674cd44bdd2c2cdf8a5d597d4407e34002
and acf2a2f17942c21b5aca4691c738902a3dd9aa6c.
Signed-off-by: Mike Kaganski <mike.kaganski@collabora.com>
Change-Id: I981e1bb0ca76ccc27bfc96a9a0c9dae8991c1a1f
And make sure first tab get extra padding when selected so to keep
some need space for the edge and to respect same alignment
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I96d8a1d5540336632fe75acb8eeef25bd5c4819f
It seems we have inline-block within inline-flex when we could
just have regular block inside of flex
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ia242c36ced9908aa07ef09580d3c812f36d437e2
- The test contains coordinate ranges for where the scrollbar must be
- As PR #5131 moves the scrollbars, we need to adjust these coordinates
so the test passes
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: I6d037a304cc86553c47e81acbc63643742db2f66
- Previously the scrollbar was limited so that it couldn't go right to
the top, this commit removes that limit
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: I7fec85ba013a924ca8880c54fc214dfa32387dd1
Better to use a thiner scrollbar as default state.
If needed, increasing it on mouseover could be a worth follow-up
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ifb5a5f50c5d81140e5c6523061941b56e9a0b169
This affects greatly spreadsheet (in the other doctypes we use opacity
for that railway so, it's less evident)
Better to use a color other than white on calc for railway. Otherwise,
the document's content seems being abruptly cutoff into to white space.
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I3ed0cf0be9a0228c7862c191d8d9f09c9c8b1f25
- Previously the scrollbar railways started at the start of the drawable
section, this made them draw over other elements such as the
spreadsheet numbering in calc
- Offsetting the scrollbar railway and reducing its width lets us avoid
drawing over anything we shouldn't
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: I8f670c5f6c76fa849ea657b1ceb065f1a91dd087
- Before the opacity for one of the scrollbars was being overwritten
before the scrollbar was drawn. That is now fixed
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: I0aa648c60f59bcc8a997a9176b0075831043c297
- This looks better with the new scrollbar railway, as for example on
calc this stops the spreadsheet displaying beyond the scrollbars
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: Ic99d0f173ba4a2480cd4dc1acb04797dafd1bdcf
- The scrollbar railway should only have 50% opacity unless we're using
a spreadsheet, in which case it should stay at the default 100%
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: Ia2a22bc13fa8b4f7dd9fb7d86ef81fb39b89f32c
Now it is merged on core side.
This reverts commit 4e3b34d6dd.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ie8f7e8f3e8d269af186e0a3d82aed73f63577789
- Show error instead of throwing an TypeError exception.
- Prevent us from showing empty popup when removed comment.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I55adfde01514de559eb3aeedd8c5af2bf88a2ab1
When bind-mounting is disabled, we do a best-effort
to unmount any lingering mount-points. This is a
cleanup that helps with leftovers. Here, we
do a debug log level in case the unmounting fails,
and error, otherwise, when bind-mounting is enabled.
Change-Id: I199d6234aebfd84e6be812e5b7d3758273086815
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This improves the performance of fuzzing
and removes the checks that can't be guaranteed.
And fixes a test failure.
Change-Id: I987fe15b098c00d9a3d60077f0581d2ef35e306c
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This should cap the loop either when we timeout
or when termination is flagged.
Change-Id: I78a6b05df99d6bac5286e4b1e4957829ea91c500
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This is a full round-trip http fuzzer.
It can achieve >1000 iterations per second
on a single 2 Ghz core, even while going
through the network loopback layer.
The advantage is that more networking code
is fuzzed this way, including not just
the http code, but also the sockets.
Change-Id: I75d21bd0e25221ee6621097a2605d62c4bb2ae4d
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
- Avoid using random UNO command (InsertGraphic) for download action
- Centralize download option (re-use bigmenubartoolitem)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ie9cb8564acee8611221e0ff6f841de7b31b777e4
These should not be targeted
- ids can change (e.g. FormatPaintbrush2 ,etc)
- Also unotoolbutton is already inheriting :hover rules
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I7149cebfd52b4049a27bd3989fc88d254440df6d
No need to specifically mention unotoolbutton's parent and apply :hover
, unotoolbutton is already been targeted
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iaa92d50f35f63dea4d10cd0906d9dadb700c25f1
There is no reason for custom handler.
Thanks to that we don't need special css.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I9b576d4a6ef5668ec281c4e1348335d3b93bbac0
don't create wrapper parent for it so we don't duplicate ids
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I2e90744bc23141ff153331a7f5bffe634f93e6f1
Previous implementation depended on internal IDs of tab
pages which caused problems when IDs were non-sequential.
New implemention uses the index of each tab page in the
locally stored contentDivs to change tabs.
Signed-off-by: NickWingate <nick.wingate@collabora.com>
Change-Id: I3117698e27ca5f4c90fcbc59ce0c3fe35b351be4
- In classic mode, toolbar color indicators weren't visible when no
text is selected. The reason is that color indicators didn't have
border(outline) color.
- In fact, color indicators were just a box-shadow property. So,
it was not possible(?) to add properties like border and
border-radius.
- No need to use box-shadow property. A <div> tag can represent
color indicators.
- Removed box-shadow property.
- Added <div> tag that has class="selected-color-classic".
- Added UI specifications for mobile. (#toolbar-down)
Signed-off-by: Bayram Çiçek <bayram.cicek@libreoffice.org>
Change-Id: I1b1b68fdc015fd3719d1c59ef7f782036a5934a5
Follow up on the changes introduced in
4e07514
Make sure the explorable list runs iconURLAliases first before
insert image url
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9295fad934f000acdd27cac64b0c70284c0bbd2f