dinbror / bpopup

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.
http://dinbror.dk/bPopup
427 stars 260 forks source link

iframe popup : no scrollbar #9

Closed iubito closed 11 years ago

iubito commented 11 years ago

The iframe popup which loads a page into the popup doesn't show scrollbar, horizontal nor vertical. If the page is larger or higher than the visible part, you can't scroll the iframe content and see the right/bottom part of the page.

Bug is also visible on demo page. Into the iframe, do a search (type some word and hit enter) you get the result page but can't see the results of the search.

iubito commented 11 years ago

The fix is to remove scrolling="no", the browser will apply scrolling automatically if needed (equivalent of scrolling="auto")

iubito commented 11 years ago

Sorry for duplicate, I'm new to github and discovered I could submit a file change.