views:

120

answers:

1

Hi there,

Is there a 'valid' solution for the dialog to scroll with the scrollbar instead of still being fixed from the center of the inner window bound ?

There is some situation where the user may have a too small resolution to contain the dialog, and in that case part of the dialog maybe hidden. You may have a Ok or confirm button in the hidden part, and then the popup may not be closed, nor validated ! Blocking situation.

I tried to change a css into the code from fixed to absolute, and then the dialog scroll with the page: great! But... Meanwhile doing this, opening another popup, do not position it again centered into the layout. Maybe a solution is to recenter the dialog on each onOpen event.

Any help welcome.

A: 

The dialog was written to be fixed and as such is not easily changeable.

You could change the position to absolute, but all of the IE hacks will force it to behave as fixed.

Eric Martin