<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Chart's title unexpectedly remains even if we uncheck the checkbox"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134894">134894</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Chart's title unexpectedly remains even if we uncheck the checkbox
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>7.1.0.0.alpha0+ Master
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Chart
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>himajin100000@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Description:
see steps to reproduce
Steps to Reproduce:
1. Launch Calc
2. Create whatever data is used for the chart, and select the range.
2. [Insert]->[Chart] from Main menu.
3. [Finish] in the Chart Wizard.
4. Open [Properties] sidebar for the chart.
5. For comparison, uncheck [Elements]-[Legend]-[Show legend].
6. the legend disappears.
7. Check [Elements]-[Titles]-[Title].
8. Title with the text "Title" appears
9. Uncheck [Elements]-[Titles]-[Title].
Actual Results:
Title still remains.
Expected Results:
Title disappears.
Reproducible: Always
User Profile Reset: No
Additional Info:
maybe we need something similar to VLegend::isVisible thingy for VTitle?
<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx?r=02c4b116#2251">https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx?r=02c4b116#2251</a>
<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx?r=02c4b116#2107">https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx?r=02c4b116#2107</a>
---
note: lcl_createTitle and lcl_createLegend are called only from create2D
variants.
<a href="https://opengrok.libreoffice.org/s?refs=lcl_createTitle&project=core">https://opengrok.libreoffice.org/s?refs=lcl_createTitle&project=core</a>
note: for Titles, "Visible" property is set, not "Show" property
<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/controller/sidebar/ChartElementsPanel.cxx?r=e871c9cb#146">https://opengrok.libreoffice.org/xref/core/chart2/source/controller/sidebar/ChartElementsPanel.cxx?r=e871c9cb#146</a>
====================
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 28f09062b2e9a3228ef5fe41312769ad566cc4b6
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>