Darren are you saying that commenting out the
gadgets.window.adjustHeight call shows the vertical scroll bar?  If
so, it is not the iframe scrolling then because that will not effect
the scrolling property on the iframe.

On Thu, Feb 20, 2014 at 2:34 AM, Darren Bond <[email protected]> wrote:
> Hi Ryan,
>
> To fix the height of the gadget and to introduce a vertical scrollbar
> instead we can use the approach below (commenting out
> gadgets.window.adjustHeight();)...
>
>  <http://gadgetsdev.blueg.com/complex/SlavaTest/test.xml> - <Content
> type="html">
>
>  <http://gadgetsdev.blueg.com/complex/SlavaTest/test.xml> - <![CDATA[
>
>     <script type="text/javascript">
>
>                                         window.onload = function()
>
>                                         {
>
>
> //gadgets.window.adjustHeight();
>
>                                         }
>
>     </script>
>
>                    <div id="divContent" style="height: 850px">
>
>                    </div>
>
> However, Internet Explorer 8 ignores this request to display a vertical
> scrollbar. I wondered if you knew of any workaround?
>
> Kind regards,
>
> Darren
>
>
>
>
>
>
>

Reply via email to