[Libreoffice-commits] online.git: loleaflet/css

Dennis Francis (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 5 14:29:31 UTC 2020


 loleaflet/css/spreadsheet.css |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 320550f5820fb2f2158978145be3644f46044fb0
Author:     Dennis Francis <dennis.francis at collabora.com>
AuthorDate: Fri May 22 23:41:52 2020 +0530
Commit:     Dennis Francis <dennis.francis at collabora.com>
CommitDate: Sun Jul 5 16:29:12 2020 +0200

    row(col) header's canvas height(width) should not auto-adjust...
    
    with the height(width) of the parent container, because if it does, the
    header-canvas scales its contents to adjust to the new height(width) and
    of course goes out of sync with the tiles.
    
    This bug is visible when we do synchronous update of headers and if one
    or both of the headers change size due to increase/decrease of
    table-outline levels.
    
    Change-Id: Ib65fd27f3598c7d58323d37c80ce2a147e594911
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98104
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Dennis Francis <dennis.francis at collabora.com>

diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css
index 1934933b5..a24792192 100644
--- a/loleaflet/css/spreadsheet.css
+++ b/loleaflet/css/spreadsheet.css
@@ -135,7 +135,6 @@
 .spreadsheet-header-columns {
 	display: inline-block;
 	white-space: nowrap;
-	width: 100%;
 	height: 100%;
 	border-spacing: 0px !important;
 	position: relative;
@@ -178,7 +177,6 @@
 
 .spreadsheet-header-rows {
 	width: 100%;
-	height: 100%;
 	border-spacing: 0px !important;
 	position: relative;
 	margin: 0px;


More information about the Libreoffice-commits mailing list