Github user Humbedooh commented on the issue:
https://github.com/apache/incubator-ponymail/issues/317
Apparently, the fix for the first part is easy, albeit weird:
in the composer JS:
txt.value = "foo" will set the text value to "foo", but only for a few ms,
then wipe it
using txt.setAttribute("value", "foo"); instead seems to no exhibit this
issue.
As for the second issue, I think we fixed that in 0.10, but I'll have to
check.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---