If you're using css to layout these boxes there are some differences between chrome and pretty much every other browser in how it handles sizing text boxes and did other input controls. I don't recall exactly what the issue was, but I know I fixed it by using calc in css to make chrome do the right think.
Basically, I added two width properties the the corresponding css class. One set the way that worked on other browsers and one using calc after. The browsers that support calc fall back on it, the nurses that don't use the first settings.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment