Hi Tom,

no, thank you for reporting! I have opened a bug report for this [1].
Please add you to CC, to keep informed about  changes.

Thanks,
Chris

[1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=2379


tsmiller schrieb:
> Hello,
> The call to qx.bom.Document.getWidth() and qx.bom.Document.getHeight()
> brings back invalid results in Opera (all versions it seems).  It brings
> back a width and height much bigger than the actual screen size.  Calls to
> getBounds() work in Opera. Is this a known issue?
>
> /* ************************************************************************
>
> #asset(grfind/*)
>
> ************************************************************************ */
> qx.Class.define("grfind.Application",
> {
>   extend : qx.application.Standalone,
>   /*
>  
> *****************************************************************************
>      MEMBERS
>  
> *****************************************************************************
>   */
>   members :
>   {
>     main : function()
>     {
>       this.base(arguments);
>       var app = this;
>       var doc = app.doc = app.getRoot().set({padding:10,
> backgroundColor:"white"});
>
>       var manageWindow = new grfind.window.ManageWindow({'app':app});
>       manageWindow.set({ width:qx.bom.Document.getWidth() * .8, 
> height:qx.bom.Document.getHeight() * .8});
>                       doc.add( manageWindow, {top:"10%", left:"10%"} );
>
>         }
>   }
> });
>
> tom
>
>
>
>   


-- 
Christian Schmidt
Software Engineer
Core Development :: Web Technologies

1&1 Internet AG
Ernst-Frey-Str. 9
76135 Karlsruhe, Germany
http://www.1und1.de 

Amtsgericht Montabaur / HRB 6484
                                                        
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen

Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to