On Jan 8, 8:54 am, jd <[email protected]> wrote: > I have found that I could avoid the problem by using Button's (or > probably other widgets) instead of Anchor widgets for my internal > navigation. Perhaps it is due to the default href "javascript:;" ? > Maybe IE7/8 does not recognise this as an internal link.
Use Hyperlink or InlineHyperlink widgets for "internal navigation" (unless you also want ClickHandlers, in which case Anchor is fine, calling History.newItem() in a ClickHandler, but do not forget to ClickEvent#preventDefault() // this is more or less what Hyperlink/InlineHyperlink widgets do).
-- 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.
