Bug 83372 - UI: RTF import does not show RTF version
Summary: UI: RTF import does not show RTF version
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.2.5.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: RTF
  Show dependency treegraph
 
Reported: 2014-09-01 20:21 UTC by Albrecht Müller
Modified: 2016-10-23 11:51 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 Albrecht Müller 2014-09-01 20:21:25 UTC
There are various version of the RTF format. The version some document uses may not be known to the user that tries to open it. I may also be unknown if LibreOffice supports this version of the format, and there may be bugs in the RTF import. 

You may assume that some RTF file has been imported without problems as there are no messages. This assumption may lead to a time consuming search for problems at the wrong places. The real life problem on what bug 83204 was based showed the error not so cleanly: Some formats worked and some did not. This fact contributed to confusion with respect to the outline numbering mechanism.

Therefore the RTF import mechanism should report the version of the RTF format it recognized and how well LibreOffice supports this format, e.g.
- no support (will not import files that use this version)
- partial support (together with information specifying what will probably not work: wrong header information, images missing, maybe some subset of the problems collected in bug 81234)
- full support (is expected to import all information contained in the file).

I think there are many cases when this information can reduce considerably the effort to solve problems related to the RTF import. (Maybe it is a good idea that other import filters provide the same kind of information)

Observed with LibreOffice version 4.2.5.2 and Windows 7.
Comment 1 Joel Madero 2014-09-03 20:15:47 UTC
VMiklos - Any thoughts on this one?
Comment 2 Miklos Vajna 2014-11-22 20:08:57 UTC
RTF is a no longer updated format, v1.9.1 is its final version. Microsoft stated it won't be possible to describe new features of MSO using this markup anymore. LO's RTF filter is based on this v1.9.1 specification. For OOXML / ODF, it makes sense to support different versions on export (but on import, we can just auto-detect the version, so no UI is needed), but I don't think this makes sense for RTF.