Bug 145003 - File>Properties Dialog should not guess the file type by extension
Summary: File>Properties Dialog should not guess the file type by extension
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: File-Properties FormatDetection
  Show dependency treegraph
 
Reported: 2021-10-08 17:23 UTC by Andreas Säger
Modified: 2023-05-29 12:58 UTC (History)
3 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 Andreas Säger 2021-10-08 17:23:50 UTC
Assuming a file with a wrong name extension (quite often .xls instead of .csv), menu:File>Properties guesses the file type by name extension whereas menu:File>Save As... indicates the actual file type that has been detected when loading the file.
Comment 1 Mike Kaganski 2021-10-10 12:48:32 UTC
Also repro using OOo 3.2.0.
Comment 2 Mike Kaganski 2021-10-10 13:06:46 UTC
Code pointer: sfx2/source/dialog/dinfdlg.cxx, function SfxDocumentPage::Reset, the relevant label is represented by m_xShowTypeFT.