Use 'position: absolute' in jsdialog-window and jsdialog-container
so we don't stretch the dialog. It will use minimal needed size.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I7b38b9200e190cfc184bf4bfe8b7bd814c60d5a6
when html document has <form> and inside <button> with
id=style, instead of having map with properties in
style attribute, the form has reference to the button!
that caused not working dragging and updating the position
in writer format -> page style dialog
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ic3e35c096f537e6f3cdd4bd7b1a06af1302e7c9e
this uses css grid to position all the tabs stacked
on each other at row 1 col 1. then when tab is hidden
we use 'visibility: hidden' instead of 'display: none'
so we hide content but leave white space needed for it.
this way we don't change dialog's size on tab switch when
tab has different size requirement, but we match dialog
to the size of biggest content
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I634e9f610c4e6dda4df38b85ee15cd58b3b18432
Draw: We should use uno:InsertPage* commands instead of uno:InsertSlide same
like compact view. We should use "Page Count, Page Number" instead of
Slide count Slide Number as button text. "Slide" word should be used for
only impress.
Impress: We should use InsertPage* commands instead of InsertSlide* same
like compact view.
Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: I91989d4d61b65bd3b719753300a14a5177ca9e95
can be tested with calc -> insert -> pivot table -> ok
or calc -> insert -> define range
- main expander content should have visible state so we show it on
toggle
- use expanded state to detect if we should be expanded
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I5ad2f8d22fa0746ab5324cbf1f211b6ea3d69886
ui-widget-header has no border-bottom-radius
ui-widget-content has no border-top-radius
cause both widgets are next to each other
ui-icon use the blue hightlight colors
and the blue icons for more consistancy
Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Id891548c56b540f8d0b27f65b805c1823fe28906
This reverts commit d816daef16.
it didn't help for switching the deck...
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I9443bee328ff8032ba910668fc56cdd33e7be7f7
on space select entry - single click
on enter activate entry - double click
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I042ad4d4b10c9913fee1ccd5140ac2e173bf6ea9
Implemented an additional scroll in _onGraphicSelectionMsg() because
i did not found other events that called when in calc or impress
we doubleclicked on a graphical item in the tree of navigator.
It works different from writer, because here we dont have a cursor,
so we dont get any cursor related event.
Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: I0322dfd30db907bc993f20714d0e3be916f2c352
Altered a condition why it does not scrolled to the cursor, when
graphics was selected.
Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: Ib12cc9e0432685d46462ef52936cec2f5e5a753f
Make conditions to not send rendershapeselection message when a
frame activated in the tree.
This may not the ideal fix, as it may be a bug in the
rendershapeselection... it start to export as svg image, and failed
because it does not have background property.
Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: I909d4855c5f6e515a24b85700786f76571708e47
fixed treeContent scroll, when selection is changed, so now it
scroll only the minimum to make the selected line visible.
Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: Ief818069692a1bb54bd75736a97062d41826e802
- Make it bigger
- Also size is not enough, specially for slides that have backgrounds
- Add white inner margin so there is a clear distinction between
- what is the slide preview (image) and its contour
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ifee386b98d74c937efa35c19551334482ec18632