Bug 167951 - Misleading dialog title for the DataFieldDialog
Summary: Misleading dialog title for the DataFieldDialog
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: lowest minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks: Pivot-Table Calc-UX
  Show dependency treegraph
 
Reported: 2025-08-14 11:08 UTC by Andreas Säger
Modified: 2025-08-19 15:40 UTC (History)
1 user (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 Andreas Säger 2025-08-14 11:08:20 UTC
https://books.libreoffice.org/en/CG71/CG7108-PivotTables-img/CG7108-PivotTables-img020.png
The depicted dialog shows title "Data Field Options" although it does not apply to data fields. It should be titled "Column Field Options" or "Row Field Options" respectively.
Comment 1 Olivier Hallot 2025-08-14 13:49:14 UTC
Pivot table uses same dialog for columns, row, filter and data.

https://opengrok.libreoffice.org/xref/core/sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui

The dialog controller should then distinguish between columns, row, filter and data, to change the dialog title text.
Comment 2 Heiko Tietze 2025-08-19 15:40:53 UTC
(In reply to Olivier Hallot from comment #1)
> The dialog controller should then distinguish between columns, row, filter
> and data, to change the dialog title text.
Yes, it should. 

It is ScDPFunctionDlg with sc/uiconfig/scalc/ui/datafielddialog.ui but I don't know how the dialog is started. Actually even the frame title being either Function or Subtotals is a miracle.