Bug 149213

Summary: Cell's borders are not shown
Product: LibreOffice Reporter: Martin Srdoš <srdosm>
Component: CalcAssignee: Not Assigned <libreoffice-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: 79045_79045, aron.budea, l.lunak, telesto
Priority: medium Keywords: bibisected, bisected, regression
Version: 7.4.0.0 alpha0+   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=153644
https://bugs.documentfoundation.org/show_bug.cgi?id=154044
Whiteboard: target:7.4.0
Crash report or crash signature: Regression By: Luboš Luňák
Bug Depends on:    
Bug Blocks: 59284, 158550    

Description Martin Srdoš 2022-05-21 08:14:15 UTC
I dont't see borders of cells.

Steps for reproduce:
1. Open Calc
2. select some cells (for example A1:C3)
3. click "format cells" (ctrl+1)
4. click to tab "Borders"
5. In "presets" select "Set outer border and all inner lines"

Actual result: Nothing happen

Expected result: I see borders of the selected cells.

First affected:
Version: 7.4.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: b2467d6c7af988f8ed4e090ebf9472be6c84fb06
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: CL

Last version which work correctly:
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: efb39149be1744def96ef015d1d184b5af3f43b7
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: cs-CZ (cs_CZ); UI: en-US
Calc: CL
Comment 1 Suthagar 2022-05-21 12:04:09 UTC
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 465c3ad95059f0efa13c8027f7383c4d20a5b2ff
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded


The Result is  : Selected cells are covered by border.
Comment 2 kamal K 2022-05-21 12:15:31 UTC
Following Steps to Reproduce:
1. Open Calc
2. select some cells (for example A1:C3)
3. click "format cells" (ctrl+1)
4. click to tab "Borders"
5. In "presets" select "Set outer border and all inner lines"


Actual Results:
Applied on the cell  (A1:C3) outer border and all inner lines

verified in (OS: MackBook pro) the below version it's working fine

Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: a2ffd71f20e14f797f30223fe29b3ac1e92eafdf
CPU threads: 4; OS: Mac OS X 10.15.7; UI render: Skia/Metal; VCL: osx
Locale: en-IN (en_IN.UTF-8); UI: en-US
Calc: threaded
Comment 3 Martin Srdoš 2022-05-21 15:25:51 UTC
(In reply to Suthagar from comment #1)
> Version: 7.4.0.0.alpha0+ / LibreOffice Community
> Build ID: 465c3ad95059f0efa13c8027f7383c4d20a5b2ff
> CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
> Locale: en-IN (en_IN); UI: en-US
> Calc: threaded
> 
> 
> The Result is  : Selected cells are covered by border.

Hi, so does it mean that you can't reproduce it? If so, you shouldn't set status as NEW...
Comment 4 Telesto 2022-05-22 03:05:19 UTC
I can reproduce it with
Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: 62531ec1091c7b3f6a3577889a18234790ec716d
CPU threads: 8; OS: Mac OS X 12.3.1; UI render: Skia/Metal; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

with Skia Raster and default render
Comment 5 Martin Srdoš 2022-05-22 16:49:41 UTC
Bisection result:
 27bfa28d72ffd134e5844473d339b8b5f7c28bb6 is the first bad commit
commit 27bfa28d72ffd134e5844473d339b8b5f7c28bb6
Author: Norbert Thiebaud <nthiebaud@gmail.com>
Date:   Thu Apr 28 17:24:55 2022 -0700

    source 9e2d48b9e04f7ea895fb095699c32ed8a44eb129

    source 9e2d48b9e04f7ea895fb095699c32ed8a44eb129

Adding Luboš to the CC list.
Comment 7 Martin Srdoš 2022-06-11 10:01:55 UTC
Seems good, thank you.