Tagged Questions

2
votes
4answers
1k views

Strange elements appearing in javascript rich text editors

There's been a rash of strange HTML form elements showing up in javascript-based rich text editors all around the web. The first evidence I can find of this is in the joomla forums a little under a ...
1
vote
1answer
130 views

RichText :inserthtml not working properly in Firefox

I am trying to insert some text content at the cursor position in my contentEditable iframe for the following content(<span style='fontweight:bold'>ab</span>) ab... Here i place the cursor ...
0
votes
0answers
207 views

Firefox / GXT (HtmlEditor) : Weird behaviour when focussing HtmlEditor in a dialog

I have a simple Dialog displaying the standard Rich Text Editor (HtmlEditor) in a FitLayout. When I open the dialog and focus the editor, it seems that for a very short period of time, the current ...