Thanks Thomas, This seems to be exactly the problem I'm having. Although I have absolutely no clue why the Hyperlinks are not "attached". The Hyperlink is inside a Composide that I build using UiBinder. I take care to call initWidget() This Hyperlink is then added to my tab panel composite. Maybe this panel isn't attached to the DOM at that point, but I don't think this should cause a problem? Any idea of what might be going wrong?
Also, a quick question: How did you figure out that the hyperlinks didn't sink the events? Which debugging tool are you using? On Mar 26, 6:52 am, Thomas Broyer <[email protected]> wrote: > On Mar 18, 8:27 pm, PhilBeaudoin <[email protected]> wrote: > > > If you want to see this yourself, go > > tohttp://filouguestbook.appspot.com/#!main > > sign-in with a google account and click on the Settings link the the > > top bar. Switch between the General and Accounts pages, the app will > > reload. From the Accounts page, click on Settings in the top bar, this > > will switch tab but not reload! > > I don't know how you added your Hyperlinks to your page, but they're > not "attached" (their getElement() is added to the DOM, but events are > not sunk). > This means your Hyperlinks are actually just Anchors and you're > hitting this > bug:http://code.google.com/p/google-web-toolkit/issues/detail?id=2152 -- 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.
