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 ? Cheers - Petr ------------------------------------------------------------------------- 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
