The following simple structure in UiBinder produces different results in IE than in other browsers:
<p><g:InlineLabel text='Hello'/> world!</p> When debugging the bound widget I find in IE: HTML: <DIV><P><SPAN class=gwt-InlineLabel>Hello</SPAN>world!</P></DIV> Display: Helloworld! in Firefox: HTML: <div><p><span class="gwt-InlineLabel">Hello</span> world!</p></ div> Display: Hello world! Is this a bug? If yes, any workarounds? Cheers. Luc. * Config * GWT 2.1.1 / IE7 -- 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.
