Petr Kobalíček schrieb: > Hi devs, > > I have one issue in Window.center() method. If the window is too large > to fit into screen, the coordinates will be negative. This happens for > me when I have for example opened firebug frame. The problem is that > if coordinates are negative, user is not able to move or close the > window. Biggest problem is with modal windows. > > I think that solution should be like this: > > if (x < 0) x = 0; > if (y < 0) y = 0; > > Should I open bug ? > Yes please do so. At least the window caption should stay within sight. It would be great if you could attach a patch with this fix. I guess you have already tested this code.
Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
