Hi:

I have several RichTextArea/RichTextToolbar Composite widgets for which I'd
like an active/inactive styling.

How to accomplish this in GWT 2.2?

Ordinarily, I'd use onBlur events. However, it seems I cannot rely on these
events when they occur; which is anytime focus leaves the RichTextArea. Such
an event could occur when the user moves to the associated RichTextToolbar.
It seems I cannot detect onBlur events that occur when focus leaves the
Composite. I tried the FocusPanel as the Composite's widget, but got only
one onBlur  event per page load.

Suggestions welcome.

Cheers,
jec

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to