Bug 90806 - CALC: Borders should be automatically added when border style or color are set
Summary: CALC: Borders should be automatically added when border style or color are set
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevEval, topicUI
: 116800 (view as bug list)
Depends on:
Blocks: Toolbar-Border-Controls
  Show dependency treegraph
 
Reported: 2015-04-23 07:44 UTC by Yousuf Philips (jay) (retired)
Modified: 2021-12-16 17:53 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2015-04-23 07:44:58 UTC
In Calc, if you try to set the border style or border color of a cell that doesnt have borders, it will do nothing. Instead it should automatically add the default four borders with the default black color and default border style of 0.05 pt continuous and then apply the selected border style or color on top of that.
Comment 1 Yousuf Philips (jay) (retired) 2015-04-23 07:45:32 UTC
Setting ux-advise to NEW.
Comment 2 Cor Nouws 2015-04-23 10:02:25 UTC
+ 1
Comment 3 Robinson Tryon (qubit) 2015-12-13 11:24:15 UTC Comment hidden (obsolete)
Comment 4 Thomas Lendo 2018-04-08 10:47:22 UTC
*** Bug 116800 has been marked as a duplicate of this bug. ***
Comment 5 Thomas Lendo 2018-04-08 19:33:47 UTC
Note: Telesto reported in bug 116800 that selecting a border color other than default black for cells without a border has no effect. That's a bug that should be considered when fixing this enhancement.
Comment 6 Justin L 2021-12-16 17:53:17 UTC
Code pointer: http://gerrit.libreoffice.org/c/core/+/126959

    This patch is acting very inconsistently for me.
    The first time I use it, most intermediate rows will
    also have the horizontal border set. But on subsequent
    selections (or an undo / re-apply) then only the
    outside borders are affected. I don't know why.
    
    So I'm just throwing this out there are a code
    pointer. Calc is too weird.