-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.3
-
Component/s: Part 3 (Schema) [1.2: 1], Presentation
-
Labels:None
We failed to define the values for the presentation source attribute. The current text reads:
The presentation:source attribute specifies whether the current date/time or the fixed content of the field declaration is displayed.
The values are: fixed or current-date.
************
I propose:
- fixed: display content of the attribute's <presentation:date-time-decl> element
- current-date: displays the current value of the <dc:date> element
The value for current-date does not come from the <dc:date> element. If you open a document, the <dc:date> element has still the value from last saving. And especially in case you open the document in read-only mode, the <dc:date> element will not change. But even, if you open the document read-only or have the document created from template, the current date-time is shown. To test it without waiting some days, use a format for the field, which shows the time.
It seems, the field uses the clock of the operating system.