Animal
8 Nov 2006, 1:12 AM
If a window resize (Such as opening Firebug) pushes a BasicDialog up the screen (because it is constrained to the viewport), it allows the Dialog to be pushed up off the top of the viewport so that from then on, it's not movable or closeable by mouse actions.
The constrain code should prioritize constraining the top to >=0 over constraining the bottom to <= viewportHeight.
The constrain code should prioritize constraining the top to >=0 over constraining the bottom to <= viewportHeight.