I'm using the RichText editor. I've added a listener on the "modify" event
(addModifyListener) but I don't get notify if I use CTRL-B or any other
formatting shortcut key or the toolbar. Does anyone know how to fix this?
For those who would be interested, the problem is the Browser used in the
RichText editor: it hides some commands from the listeners. By listening
to every key entered and processing the CTRL and backspace key, I've been
able to catch the events I was missing.
For those who would be interested, the problem is the Browser used in the
RichText editor: it hides some commands from the listeners. By listening
to every key entered and processing the CTRL and backspace key, I've been
able to catch the events I was missing.