> > Out of curiosity, how did you find out? > Trident is the layout engine used by IE. See http://en.wikipedia.org/wiki/Trident_%28layout_engine%29 Your stack trace shows DOMImplTrident, which indicates that its IE6 or IE8. To trigger that class, you need to have a deferred binding property for ie..
Thomas playing Sherlock Holmes -:) --Sri On 12 April 2010 18:56, aditya ch <[email protected]> wrote: > Not exactly. Earlier I used that for quick compilation and I can > surely say it's not on when I'm running on hosted mode. > Out of curiosity, How did you find out that ? > > On Apr 12, 5:40 pm, Thomas Broyer <[email protected]> wrote: > > On Apr 12, 11:24 am, aditya ch <[email protected]> wrote: > > > > > > > > > > > > > > > > > Found in GWT Release (e.g. 1.5.3, 1.6 RC): 2.0.3 > > > > > Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): Every browser > > > > > Detailed description (please be as specific as possible): > > > Could not able to render GWT button on the screen in hosted mode. > > > Please find the stack trace i'm getting > > > > > 10:32:08.234 [ERROR] [com.tradiant.gwt_demo.Demo] Unable to load > > > module > > > entry point class com.tradiant.gwt_demo.gui.client.DemoModule (see > > > associated exception for details) > > > com.google.gwt.core.client.JavaScriptException: > > > (INVALID_CHARACTER_ERR): > > > INVALID_CHARACTER_ERR: DOM Exception 5 > > > code: 5 > > > __gwt_ObjectId: 614 > > > > This seems to imply that it was generated by Chrome. > > > > > at > > > > com.google.gwt.dom.client.DOMImplTrident.createButtonElement(DOMImplTrident > .java) > > > > But this says it's running the user.agent=ie6 or user.agent=ie8 > > permutation. > > > > Do you have a <set-property name='user.agent' value='...' /> in one of > > your gwt.xml? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
