Bugzilla@Mozdev – Bug 26632
Using %dateformat% in reply: not automatically tidied up on send
Last modified: 2019-07-28 06:46:57
You need to log in before you can comment on or make changes to this bug.
When using %dateformat% in a "reply" situation, SmartTemplate will leave the field tag intact: <smarttemplate hdr="dateformat(e/b/Y H:M)" st4variable="dateformat(e/b/Y H:M)" title="dateformat(e/b/Y H:M)">(10/Jan/2019 15:10)</smarttemplate> making the date look "funny" and updateable after the email has been sent. Expected behavior: the field should be completely replaced with the current date contents when the "Send" button is clicked: => 10/Jan/2019 15:10 When clicking the field once (in composer) the contents are replaced with the current time, but the field still remains (can be updated multiple times, this is by design) - only right-clicking and selecting "update and replace with content" will replace it permanently with the current date. The composer toolbar button "Clean up all SmartTemplate variables" does the same.
Resolved Fixed: Release 2.1 - 28/07/2019