https://bugs.documentfoundation.org/show_bug.cgi?id=90613

kt <k...@ut.ee> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--- Comment #14 from kt <k...@ut.ee> ---
I've stumbled upon this bug in LO 6.0.1 and I find it pretty serious, because
it results in the following user experience:


 - The user (Win10) does Right Click on the Desktop -> New -> Microsoft Word
Document (docx) [because there's an unactivated OEM Office installation on the
machine and they are used to creating Word documents].

 - The user double-clicks on the new document, which opens it in LibreOffice
[because that was installed to be the primary office package].

 - The user edits the file and uses cyrillic characters.

 - The user presses "Ctrl+S" to save the document, which LO happily does, no
questions asked.

 - The user exits LO, feeling good for having done a lot of work.

 - The user re-opens the file next day and behold - all of the Cyrillic
characters were saved as question marks.

 - The user is sad and runs to Microsoft with their money, never wanting to
have anything to do with OSS again.


This stems from a bad combination of a number of current "features" of LO.

 - Firstly, LO detects the file type from its contents rather than the
extension. Hence a "new docx file" (which happens to be just an empty file with
the docx extension) is considered to be a text file by LO and when you press
Ctrl+S, LO implicitly saves the file as text.

 - Secondly, LO seems to save text files in ANSI, no matter what type of
characters you used to type. It asks no questions and does not care at all
about losing the data in the process. I mean, shouldn't at least UTF8 be the
default for text everywhere in the second decade of the XXIst century unless
explicitly requested otherwise?

 - Thirdly, LO does not seem to care about warning the user before saving a
file in a destructive manner. Formatting, non-ANSI characters, everything is
destroyed on an implicit "save as text", and, worse of all, it is all done
covertly.


Each of those three aspects are, in my opinion, major drawbacks/bugs, which
need to be fixed. It's a shame to still have them in version 6.x, after ages of
development.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to