google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

Big content inside modal box. #569

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put very big HTML content to popup window,
so content height will be more then browser window height.

What is the expected output? 
Is it possible to init modal box with height more then window height, when 
there are a lot of HTML inside modal box?

What do you see instead?
I see modal box which has height of full browser window height minus margins, 
and html content which is in modal box jumps out from modal window in the 
bottom of window, also when you are scrolling the page background dissapiers 
after you scrolled to not visible area.

What version of the product are you using? On what operating system?
1.6.2, Windows 7, issue appiers in IE 8, FF 3.6.15 and Chrome 10.0.648.

Original issue reported on code.google.com by Lutsyk.I...@gmail.com on 22 Mar 2011 at 2:58

Attachments:

GoogleCodeExporter commented 9 years ago
I had removed scroll from inside of box... Its not acceptable in my case... So 
is it possible to init box with height more then browser window height?

Original comment by Lutsyk.I...@gmail.com on 22 Mar 2011 at 3:04

GoogleCodeExporter commented 9 years ago
the scroll has been set in id="nyroModalFull"

Original comment by Lutsyk.I...@gmail.com on 22 Mar 2011 at 3:08