Tuesday, November 2, 2010

FocusPanel with nested focusable elements

Hi,

If I have something like this:

<g:FocusPanel ui:field="main">
<g:FlowPanel>
<g:TextBox ui:field="textfield1" />
<g:TextBox ui:field="textfield2" />
</g:FlowPanel>
</g:FocusPanel>

Where I have elements that are focusable within a FocusPanel. Whenever
I focus/blur on the textboxes, the focus/blur events are not being
fired in the FocusPanel, I'd have to click outside the textboxes but
within the FocusPanel for the event to be fired.

Is there a way I can get the events fired in the FocusPanel while
focusing in the textboxes?

Thanks,
Carlos

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment