[Libreoffice-bugs] [Bug 121203] Date forms are not showing dat
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 8 13:22:10 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=121203
Miklos Vajna <vmiklos at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|libreoffice-bugs at lists.free |vmiklos at collabora.co.uk
|desktop.org |
--- Comment #3 from Miklos Vajna <vmiklos at collabora.co.uk> ---
I plan to take a look at this. The core of the problem seems to be that our
date control is strict: you give it a date format and then the text value of
the control has to conform to the specified date format. While in DOCX, the
date control is flexible: it can have a random string value, and optionally it
has an ISO date value, and there is a date format, which can also be random
string if wanted.
I guess the best way to show the dates from the document is to not create the
date control (go back to the old behavior) if we know we can't handle the
date's value.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181108/8cd94fcc/attachment.html>
More information about the Libreoffice-bugs
mailing list