I understand that the FileUpload widget only wraps the <input type='file'> HTML tag and that I can't control how it looks.
The problem I'm having is that the look-and-feel I'm getting is not that of the tag. I'm using IE 8. If I build a HTML form like this: <form> <input type="file"> </form> The widget on the page will not allow text entry. If I create a GWT FormPanel with a FileUpload Widget (such as the one in the Showcase) it does. So somehow GWT behaves differently. I even tried creating my own custom widget, using DOM.createElement() to build the input tag, and I still got the non-standard behavior. Why? And is there a way to have the widget behave the way the inherent HTML widget does? -- 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.
