The first issue sounds like something I experienced when using jscrollpane
and ui-tabs

I resolved this by calling jscrollpane before tabs.  So perhaps you have
somethings conflicting with each other (or causing the issue with
jscrollpane)



2008/10/26 ekene <[EMAIL PROTECTED]>

>
> thanks ricardo. im also having 2 more issues...
>
> jscrollpane somehow sets the width and height of the
> jScrollPaneContainer to 0 and the scroll-pane height to 0 which hides
> the content but if i reload the page one or two times it functions.
> this happens when i am loading the page in an iframe otherwise
> jscrollpane functions.
>
> this is how the html is after i call the jscrollpane.
>
> <div id="record-scroll-pane-holder">
> <div class="jScrollPaneContainer" style="height: 0px; width: 0px;">
> <div id="record-scroll-pane" class="scroll-pane" style="height: 0px;
> padding-right: 5px; width: 272px;">
> </div>
> </div>
> </div>
>
> i thought it was an issue of the content not being loaded when
> jscrollpane is called but i used firebug to call jscrollpane after and
> it didnt function. this issue is inconsistent and there is no error
> thrown.
>
> i also have another issue in IE  which throws an error at line 114 of
> jscrollpane.js. this issue is also inconsistent.
>
> any thoughts?
>
> ekene
>
> On Oct 6, 9:42 pm, ricardobeat <[EMAIL PROTECTED]> wrote:
> > It is functioning, but the scrollbar overflows the iframe. Give the
> > iframe a width of 292px and you'll see it.
> >
> > - ricardo
> >
> > On Oct 6, 4:06 pm, ekene <[EMAIL PROTECTED]> wrote:
> >
> > > i made two test html pages.
> >
> > > this is the link for the child page which calls jscrollpanehttp://
> ekeneijeoma.com/clients/lrany/recordTest.html
> >
> > > this is the script in the recordTest.html page
> > > $(document).ready(function(){
> > >       $('#record-scroll-pane').jScrollPane();
> >
> > > });
> >
> > > this is the link for the root/parent pagehttp://
> ekeneijeoma.com/clients/lrany/recordScrollPaneTest.html
> >
> > > does anyone see any issues related to why the jscrollpane is not
> > > functioning? using firebug you can see that the divs for jscrollpane
> are
> > > added to the dom but nothing is displayed.
> >
> > > --
> > > View this message in context:
> http://www.nabble.com/jscrollpane-not-functioning-in-iframes-tp198399...
> > > Sent from the jQuery General Discussion mailing list archive at
> Nabble.com.
>

Reply via email to