Hi Sergio,
I've had a similar effect where not the entire upload form disappeared,
but only the icon and label of the upload button. This happened with IE
10 and 9.
I've committed a fix which solved the problem:
http://sourceforge.net/p/qooxdoo-contrib/code/21854/
please try if this solves your problem as well and report back.
Regards
Dietrich
Am 07.07.2013 17:50, schrieb s.sanchez:
> 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.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel