I had a similar problem with IE 8 reloading the app whenever a select element was clicked.
My app mixes SmartGWT and GWT elements. Because I had GWT Anchor elements constructed with the link in the constructor on the same page, the smartgwt select control was going bonkers. So I replaced the GWT links with LinkElements from SmartGWT, and all was well. Not sure if this applies to you. On Mar 18, 9:44 am, PhilBeaudoin <[email protected]> wrote: > I get a strange problem with Internet Explorer 7: some of my Hyperlink > causes the page to unexpectedly reload. The strange thing is that I > have two hyperlinks to the same history token on the same page, one of > them causes the page to reload and the other one does not. The only > difference I can see between these is that the one that causes the > reload is deeply nested in divs and the other is close to the top. > Otherwise, the DOM nodes are almost identical. > > Is this a known issue with IE 7? (All other browsers do fine, > including IE8.) Is there a workaround? -- 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.
