| Issue 116: | Scrollbar problem | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
1. Create a page with at least 2 nyroModal links, one target an image, the second target an html document that must overflow the modal dimension 2. click the link targeting the HTML and everything is well done with the scrollbar appearing onto the box 3. click on the link targeting the image and once again everything is good with the box autosize 4. click again on the HTML and here's the point: the modal dialog resize itself to the max vertical dimension allowed but no scrollbar appears at this point Version 1.3.0 tested on FF 3.0.4 and IE 7.0.5730.13 and Google Chrome 0.3.154.9 Thank you
Jan 27, 2009
Project Member
#1
nyro...@gmail.com
Jan 27, 2009
I'm having a simular problem. 1. Click link to a html window - scrolls fine. 2. Click link for an image that auto-sizes 3. Click on original html link will not display scrollbar. Seems that when an image fires before a html mordal, it breaks/removes the option for scroll bars. As a band-aid is there a way or setting to force scrollbars? See example here: http://shortstay.com.au/ss08/test.asp
Jan 27, 2009
Further: Using the firebug inspector: first time the html mordal is created, nyroMordalContent, style="overflow:auto" but when it is created a second time after an image, overflow is set to hidden. Will attempt to fix the issue via my stylesheet but someone more knowledgeable than I of all things JavaScript should investigate.
Jan 27, 2009
Further x2:
Changing jquery.nyroModal-1.3.1.js, line #381 from:
setCurrentSettings({overflow: 'hidden'}, 'css', 'content');
to
setCurrentSettings({overflow: 'auto'}, 'css', 'content');
Has resolved this issue for me.
Feb 5, 2009
This issue will be fixed in the next release
Status:
Accepted
Feb 16, 2009
This issue should be fixed in the 1.4.1 version. Could you confirm?
May 14, 2009
(No comment was entered for this change.)
Status:
Fixed
|
||||||||