I have a similar problem. I hve a FlexTable with a ClickListener. The FlexTable is down inside a set of nested Widgets (DeckPanel/Composite/ DeckPanel/AbsolutePanel/FlexTable). Sometimes, the ClickListener is called simply when I click a row in the table. In other situations, I need to click the table row twice. Is there maybe a need that a Composite must call sinkEvents to correcly pass events?
On 7 dec, 23:00, agnes Laffitte <[EMAIL PROTECTED]> wrote: > Please stop sending me emails. > > --- On Sun, 12/7/08, Yefim <[EMAIL PROTECTED]> wrote: > From: Yefim <[EMAIL PROTECTED]> > Subject: After leaving TextBox to a Button it takes second click to get > ClickListener to work > To: "Google Web Toolkit" <[email protected]> > Date: Sunday, December 7, 2008, 1:50 PM > > Hi, > I simple cases where I have a TextBox and a Button on the same Panel > and no other listeners except ClickListener - I have no problem to > move mouse away from entered text to the Button and have ClickListener > working - as in many basic samples. > But when I have a panel with TextBoxes representing business data and > a set of Buttons in a separate Panel, it takes second click to make it > working after entering text - OR I need to move from TextBox to a > different widget after entering text and only then click on a Button. > It seems like there is a need for an event indicating complition of > text entry before Button accepts a ClickEvent. > Any suggestion how to fix it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
