Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » RichText Editor - Formatting doesn't notify listener
RichText Editor - Formatting doesn't notify listener [message #55547] Tue, 17 February 2009 22:21 Go to next message
Melanie Gauthier is currently offline Melanie GauthierFriend
Messages: 5
Registered: July 2009
Junior Member
Hi there,

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?

Thanks a lot!

Mélanie
Re: RichText Editor - Formatting doesn't notify listener [message #55627 is a reply to message #55547] Thu, 19 February 2009 17:55 Go to previous message
Melanie Gauthier is currently offline Melanie GauthierFriend
Messages: 5
Registered: July 2009
Junior Member
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.
Re: RichText Editor - Formatting doesn't notify listener [message #591331 is a reply to message #55547] Thu, 19 February 2009 17:55 Go to previous message
Melanie Gauthier is currently offline Melanie GauthierFriend
Messages: 5
Registered: July 2009
Junior Member
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.
Previous Topic:Moving roles to a different plug-in and Cyclical Dependencies
Next Topic:UMA model exctension
Goto Forum:
  


Current Time: Sat Apr 20 03:14:19 GMT 2024

Powered by FUDForum. Page generated in 0.02885 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top