Short Summary
Auto formatting in the TinyMCE editor on Confluence Server 7.2.0 does not work when the user uses Safari (macOS) and the Japanese "Romaji" input mode. This does not happen when iOS Safari or macOS Chrome is used, or when the "ABC" input mode is used with macOS Safari.
Expected Behavior
When the user types some markup commands such as h1. and *, they should be automatically formatted in <h1> and <li>.
What Actually Happens
h1. and * remain as is.
How to Reproduce
This issue does not happen when Chrome or iOS Safari is used. Therefore, this may be a Safari-side bug that cannot read the key stroke by Javascript.