Hello there, i have the following situation: a RichtextArea with a toolbar to style the text. within the toolbar there is a button for a color palette which is a popup with a grid in it.
i have done an Event listener for the toolbar items so to keep the RichtextArea focused all the time when playing with the toolbar menu. Except for the color palette which is making a problem when clicking on the cell to select the color. although the table listener is implemented in the Event Listener which is an inner class as advised by the example done in kitchen sink /** * We use an inner Event Listener class to avoid exposing event methods on the * RichTextToolbar itself. */ Now when selecting the color everything is working fine except when i have a text selected and i need to change the color of it. i have realized that when clicking on the cell i am losing the focus of the RichTextArea and thus losing my selection of the text. how can i prevent losing the focus on the selected text? any suggestions/advice? regards, ruds --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
