I found a solution, at least for my case, patched the UploadButton like this:

        var css = {
            position  : "absolute", 
            cursor    : "pointer",
            hideFocus : "true",
            zIndex: this.getZIndex() + 11,
            opacity: 0,
            // align to the top right hand corner
            top: '0px',
            right: '0px',
            // ff ignores the width setting
            // pick a realy large font size to get
            // a huge button that covers
            // the area of the upload button
            fontSize: '*130%*'
        };

I changed the fontSize CSS property of 400px  to 130%, which does create a
button just the right size for my ToolBar. Tested on Mozilla and IE 10 and
current Safari.

For the moment it is the best solution I found.

Maybe this helps somebody. If anybody knows about a better solution, please
let me know.
--
Sergio


 



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/UploadWidget-disappears-after-click-IE10-tp7584074p7584082.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to