Commenting out adjustHeight is not causing the scroll bars to appear. It is probably just resizing the iframe so it fits, causing the scroll bars on the element containing the iframe to dissapear. I assume the scroll bars you are seeing are on the element around the iframe not on the iframe itself. You can see in SiteHolder.createIframeAttributeMap [1] we set the scrolling attribute to no so that the iframe does not scroll.
[1] https://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.site/site_holder.js On Sun, Feb 23, 2014 at 1:20 PM, Darren Bond <[email protected]> wrote: > Hi Ryan, > > We found that adding a fixed height for the gadget and at the same time > commenting out 'gadgets.window.adjustHeight' function had the effect of > displaying the vertical scroll bars. However, IE8 remains an issue in that > scroll bars do not get displayed. > > Kind regards, > > Darren > > > > >
