(In reply to James Teh [:Jamie] from comment #5) > Are there simple steps that reproduce this 100% of the time? For example, if you just start with a blank composer (no signature), can you reproduce it by just typing a single character, pressing enter, then typing another character on the second line, or does it require more complicated text than that? 1. From account settings, you should turn `Compose messege in HTML format` to on 2. Open composition window (html mode without any signature. i.e, just blank) 3. Key press [Tab][Tab]abc ``` > Do you use Firefox? if so, please paste this URL into the address bar. Are you available to reproduce it with this simple text box? > > `data:text/html,<div contenteditable>editable text goes here</div>` ``` Not reproduce. It works as expected. ``` > Alternatively, try this: > > `data:text/html,editable text goes here<script>document.designMode = "on";</script>` ``` Not reproduce. It works as expected.
Bug 2012252 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to James Teh [:Jamie] from comment #5) > Are there simple steps that reproduce this 100% of the time? For example, if you just start with a blank composer (no signature), can you reproduce it by just typing a single character, pressing enter, then typing another character on the second line, or does it require more complicated text than that? 1. From account settings, you should turn `Compose messege in HTML format` to `on` 2. Open composition window (html mode without any signature. i.e, just blank) 3. Key press [Tab][Tab]abc ``` > Do you use Firefox? if so, please paste this URL into the address bar. Are you available to reproduce it with this simple text box? > > `data:text/html,<div contenteditable>editable text goes here</div>` ``` Not reproduce. It works as expected. ``` > Alternatively, try this: > > `data:text/html,editable text goes here<script>document.designMode = "on";</script>` ``` Not reproduce. It works as expected.
(In reply to James Teh [:Jamie] from comment #5) > Are there simple steps that reproduce this 100% of the time? For example, if you just start with a blank composer (no signature), can you reproduce it by just typing a single character, pressing enter, then typing another character on the second line, or does it require more complicated text than that? 1. From account settings, you should turn `Compose messege in HTML format` to `on` 2. Open composition window (html mode without any signature. i.e, just blank) 3. Key press `[Tab]` `[Tab]` to focus message body. And key press `a` `b` `c` ``` > Do you use Firefox? if so, please paste this URL into the address bar. Are you available to reproduce it with this simple text box? > > `data:text/html,<div contenteditable>editable text goes here</div>` ``` Not reproduce. It works as expected. ``` > Alternatively, try this: > > `data:text/html,editable text goes here<script>document.designMode = "on";</script>` ``` Not reproduce. It works as expected.