A strange problem and workaround. With Mozilla 5.0, if the initial text is completely blank
when loading the Editor, the user cannot type into the box. If text is already there, the box works
as normal.
As a workaround, I edited the s_text property in the main ASP file, detected Mozilla 5.0 and inserted two
<br> statements, which allows users to type; although it's an ugly workaround.
1. Is there are better way (Javascript API) to work around this issue?
2. Is there anyone else having this particular issue?