Should anybody encounter this type of problem.... check, check and check again.
Eventually (after far too long) I check the fully qualified class names and these were wrong. Luckily I can laugh at myself :) On Tuesday, 20 March 2012 21:08:31 UTC, manstis wrote: > > Hello, > > I am having a problem with deferred binding for Chrome. > > This is an extract from my gwt.xml module definition:- > > <replace-with > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImplSafari"> > > > <when-type-is > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImpl"/ > > > > > <when-property-is name="user.agent" value="safari"/> > </replace-with> > <replace-with > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImplIE"> > > > <when-type-is > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImpl"/ > > > > > <any> > <when-property-is name="user.agent" value="ie6"/> > <when-property-is name="user.agent" value="ie8"/> > <when-property-is name="user.agent" value="ie9"/> > </any> > </replace-with> > <replace-with > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImpl"> > > > <when-type-is > class="org.drools.guvnor.client.widgets.decoratedgrid.CellHeightCalculatorImpl"/ > > > > > </replace-with> > > This works well for FF and IE but Chrome has the default > CellHeightCalculatorImpl instantiated. > > Any pointers to what I am doing wrong? > > GWT2.3, Chrome 17.0.963.46. > > With kind regards, > > Mike -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/cFg2vZmUrt8J. 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.
