Add a TR with the text:
"Headings and objects that you add to the document will appear here."
if the navigator is empty.
Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: Iff944df90b921e6f6415d2a3bee462b86e5a5eb4
This was forgotten in commit 21966e1a9c
(Fix copy command going out of bounds during delta creation,
2023-05-31).
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I91ce26f46cc6cb7a2dc3ab0665dc9aeea8a5c00f
- use encodeUri instead of encodeURIComponent because
it preserves those characters that are part of the URI
syntax
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ibde1b9ad40424b9bd2ce065cddfe2e83b23271c5
Do not re-use light mode values.
Increase color contrast
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I514d4be5468dd3df50ab5256b64d0a22e659ad97
When a key was typed the focus was grabbed from the clipboard area
because of caret/text selection events received from core.
Signed-off-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Change-Id: I60b945d7d4742faf4a946c836628bdf70b266eb7
- Categories (listview with icon) get highlight but not indicator
- So it's understandable that they can be dragged
- Categories: change cursor so user understands that they can be grabbed
- All other treeview (even exapandable) get highlight and indicator
- To help user's orientation
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I8c275c81503787c60c4527a3cee63be8323686ef
So it can be targeted in the styles
Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
Change-Id: I167ed996f1625e44674e53e2c10daf78a4546b5d
This is a follow up on the revert f4f95b2 since the scroll logic depends on the
absolute position
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5659701c2236dc89f764f45008e6e92c47a3f101
A new section about accessibility has been appended to coolwsd.xml
config file
Signed-off-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Change-Id: I086abdf73646639283eb655ae60f200fb64e495a
- Tunneled dialog was missing title bar color (was inheriting from
jquery ui library defaults)
- Also use the main background (lighter than bg-darker) for JSDialog containers
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: If6db5ee2edad88b2785096eb746f291a07b46d70
Better to move this elsewhere otherwise we get huge save icon
This reverts commit 247bc9192d.
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
because data/delta-graphic.png and data/delta-graphic2.png are missing
Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: Ie850d9ae76946e891d2928de80c5ded4e970f4cf
allow to jump to the last element in dialog by using
SHIFT + TAB in tabbed diaogs
also close button shoudn't be in the cycle
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Idfc75aa35a04add8e5673c45a9e94b670e877706
combobox has inner < select > html element which should
be focused instead of main container
this can be tested in Insert -> Page Number in Writer
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I5a336ae9e0fe86a11732b92276f4475724f2c21a
I have noticed that sometimes the toggle doesn't get assigned with
selected css class. We could just rely on this line and avoid add and
removing css class to the DOM every time the mode changes
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I7c19f626d60c761a1ebe2509e7ab7aa8031403ad
added context menu entries which works out of the box
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: Ic0b598a575c4f0fb337ae79bc51cac2330d1115f
problem:
previously ids were assigned based on the position,
in many cases this id can be repeated on slide insertion which was problematic
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: If4dd5409518f91ecda58aa7de1e9bae293e83436
default button should be inside form so we execute
correct action on ENTER
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I2b9b489e6589f6b16f967a7e77c9d6389d322ff2
now that about dialog is not a vex it is inheriting width from
generic .jsdialog-window.modalpopup. Overwrite that and make it wider.
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I830f57cc9fda9bea8e377d53e72af92c4804cf8d
About dialog is already inheriting those from
.jsdialog-window.modalpopup
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I3f49284f3d818eccc62b1f49cc330267d1163319
And use the same values as .lokdialog_container.ui-dialog.ui-widget-content
This is a follow up from
- PR: https://github.com/CollaboraOnline/online/pull/6343
- Commit: a65de18694
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Id2661cd4eec021305c6af6c26cfc184cc9968956
Without patch image sizes are 336px and seems cropped in sidebar.
We should use same width with sidebar width.
Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: I617a4e79e15d1d49ca95aec8f5a20f95734160a2
- Get directly the particular css var that we want instead of on relying on a container
- This makes things easier to maintain in the future
- Use a new --color-canvas instead of relying on --color-main-background
- color-main-background is used in many other places which means
that if we want to have some particular UI brighter or darker it
would affect the canvas. Better to use a different/new css var for that
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I3d7d3ba188e96080d9f6f814a5c46f85ea378142
Insert -> Smart Link option works if only the integrator supports the
funcitonality. If not supported not need to show to user.
Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: Iad6609ad6a90a57126b30288a9c089f9185d97f2
When creating a delta, the copy command could copy from rows that are
bigger than the height of the tile. This would go unnoticed on light
mode because the js side that applied the delta would apply these out of
bounds rows with a white color, but it is noticable in dark mode. Made
it so the copy command stops copying from out of bounds.
Signed-off-by: Paris Oplopoios <paris.oplopoios@collabora.com>
Change-Id: I4d05cb411958d0945933edb5c812de2dfd9c1abd