InlineLabel doesn't display a subsequent blank space in IE (but does otherwise.)
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home