Fixed  two editor fields open up on double-click

erich37

Well-known member
as I have some troubles with my mouse, sometimes it makes a double-click instead of just a single-click, so I am discovering maybe bugs which are not.

Anyway, I seemed to have double-clicked the button at the very top right showing "A /A" (at the grey background of the edior).

Then the Editor opens 2 text-fields.

See Screenshot attached.
 

Attachments

  • xf_editor_doubleclick.gif
    xf_editor_doubleclick.gif
    49.9 KB · Views: 24
I can reproduce it with FF, but not with IE8.

If you switch the second textarea to WYSIWYG and continue double clicking the A/A icon on that textarea you get even more textareas.
 
I can reproduce it with Safari and MAC OS when I doubel-klicked on "A /A".

On top field I get an error message due posting, I used the edit field below
 
I can tell you now that the extra textarea is because noscript is defined:

Code:
	<textarea name="message_html" id="ctrl_message_html" style="display:none" class="textCtrl MessageEditor"></textarea> 
	<noscript><textarea name="message" id="ctrl_message" class="textCtrl MessageEditor"></textarea></noscript>
 
Top Bottom