My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 17 hours ago
    issue 160 (jScrollPane should scroll by element) reported by ntestinfo   -   What steps will reproduce the problem? 1. When scroll using mousewheel, Scrollpane must scroll directly to the next and next image, e.g.2nd, than 3rd, 4th image.. 2. When click on up/down arrows it should work same like above, means directly scroll to 2nd, than 3rd, than 4th image.. What is the expected output? What do you see instead? For now the scrollwindow scrolls on specific position, I need when Click on up/down arrow or when scroll using mousewheel It must scroll image wise. The main window contains to sub divs SubPen1 and SubPen2. Both have camera images, I need to compare each one div's camera focus to another one div's camera focus. For now I had set each one image has their rel value using jquery, and this rel value is the top position of perticular image, I need to scroll images each time to their next image. The problem here I am facing is when I scroll image it gives only 2nd one image's rel value, than setting my currObj to next image(3rd, than 4th.. etc). But it can't work as I need What version of the jScrollPane are you using? On what browser? And operating system? OS: WinXP Browser : Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 Please provide a URL to a page displaying the problem. Please provide any additional information below.
    What steps will reproduce the problem? 1. When scroll using mousewheel, Scrollpane must scroll directly to the next and next image, e.g.2nd, than 3rd, 4th image.. 2. When click on up/down arrows it should work same like above, means directly scroll to 2nd, than 3rd, than 4th image.. What is the expected output? What do you see instead? For now the scrollwindow scrolls on specific position, I need when Click on up/down arrow or when scroll using mousewheel It must scroll image wise. The main window contains to sub divs SubPen1 and SubPen2. Both have camera images, I need to compare each one div's camera focus to another one div's camera focus. For now I had set each one image has their rel value using jquery, and this rel value is the top position of perticular image, I need to scroll images each time to their next image. The problem here I am facing is when I scroll image it gives only 2nd one image's rel value, than setting my currObj to next image(3rd, than 4th.. etc). But it can't work as I need What version of the jScrollPane are you using? On what browser? And operating system? OS: WinXP Browser : Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 Please provide a URL to a page displaying the problem. Please provide any additional information below.

Last 7 days

  • Dec 23, 2009
    issue 159 (Default OS scroller appears briefly) commented on by kelvin.luck   -   The page you link to is password protected so I can't look at it. There may be some helpful comments in issue 60 but it depends on your situation... jScrollPane isn't initialised until you tell it to do so, normally in a document.ready handler...
    The page you link to is password protected so I can't look at it. There may be some helpful comments in issue 60 but it depends on your situation... jScrollPane isn't initialised until you tell it to do so, normally in a document.ready handler...
  • Dec 23, 2009
    issue 159 (Default OS scroller appears briefly) reported by merrick.william   -   What steps will reproduce the problem? 1. load the page: What is the expected output? What do you see instead? Expect the styled scroller to appear. It does but only after the default Safari (happens in IE as well) shows up first. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane.js 87 2009-10-12 10:44:17Z Please provide a URL to a page displaying the problem. http://dev.walkermowers.com/company/what-we-believe.php Please provide any additional information below. Thanks,
    What steps will reproduce the problem? 1. load the page: What is the expected output? What do you see instead? Expect the styled scroller to appear. It does but only after the default Safari (happens in IE as well) shows up first. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane.js 87 2009-10-12 10:44:17Z Please provide a URL to a page displaying the problem. http://dev.walkermowers.com/company/what-we-believe.php Please provide any additional information below. Thanks,

Last 30 days

  • Dec 17, 2009
    issue 158 (div height not seen ) reported by mittiprovence   -   What steps will reproduce the problem? 1. Including the js file <script type="text/javascript" src='jScrollPane.js'></script> 2. Refresh the page 3. The div height is not used. 4. Removing the file <script type="text/javascript" src='jScrollPane.js'></script> solve the issue. What is the expected output? What do you see instead? I expect a div with a fixed height. And instead I get a div with no fixed height. What version of the jScrollPane are you using? On what browser? And operating system? The version is not given in the download file. Please provide a URL to a page displaying the problem. I run it locally and do not have a url. Please provide any additional information below. Here is the source code of my page: <html> <head> <script type='text/javascript' src='jquery.min.js'></script> <script type="text/javascript" src='jScrollPane.js'></script> <script type="text/javascript" src='jquery.em.js'></script> <style type="text/css"> .scroll-pane { width:400px; height:200px; overflow:auto; } </style> </head> <body> <script type='text/javascript'> $(function() { $('#myitem1').jScrollPane(); }); </script> <div id="myitem1" class="scroll-pane"> <p> 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eismod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <p> 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <p> 4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> </div> </body> </html>
    What steps will reproduce the problem? 1. Including the js file <script type="text/javascript" src='jScrollPane.js'></script> 2. Refresh the page 3. The div height is not used. 4. Removing the file <script type="text/javascript" src='jScrollPane.js'></script> solve the issue. What is the expected output? What do you see instead? I expect a div with a fixed height. And instead I get a div with no fixed height. What version of the jScrollPane are you using? On what browser? And operating system? The version is not given in the download file. Please provide a URL to a page displaying the problem. I run it locally and do not have a url. Please provide any additional information below. Here is the source code of my page: <html> <head> <script type='text/javascript' src='jquery.min.js'></script> <script type="text/javascript" src='jScrollPane.js'></script> <script type="text/javascript" src='jquery.em.js'></script> <style type="text/css"> .scroll-pane { width:400px; height:200px; overflow:auto; } </style> </head> <body> <script type='text/javascript'> $(function() { $('#myitem1').jScrollPane(); }); </script> <div id="myitem1" class="scroll-pane"> <p> 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eismod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <p> 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <p> 4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> </div> </body> </html>
  • Dec 16, 2009
    issue 25 (Anchor links are broken below the fold line (r27, FF2 only)) commented on by shavemadox   -   Okay, so I did end up getting another error in Firefox 2 saying there was an invalid number of arguments. This was fixed by simply adding a blank string as the second parameter for scrollTo: setTimeout("scrollTo(" + destPos + ", '')", 10); Also, you will notice that I removed the single quotes around the destPos variable, as this is a number, and they do not appear to matter. I did notice the new Scrollbar Paper plugin that is in beta. I will need to check this out in the near future!
    Okay, so I did end up getting another error in Firefox 2 saying there was an invalid number of arguments. This was fixed by simply adding a blank string as the second parameter for scrollTo: setTimeout("scrollTo(" + destPos + ", '')", 10); Also, you will notice that I removed the single quotes around the destPos variable, as this is a number, and they do not appear to matter. I did notice the new Scrollbar Paper plugin that is in beta. I will need to check this out in the near future!
  • Dec 16, 2009
    issue 157 (scrollTo location.hash interfere with my app) reported by donald.richardson   -   Please make it so that one can turn off checking the location.hash for scrollTo info. My app uses the location.hash for something else, and jscrollpane causes repeated jQuery exceptions by treating the location.hash as a selector.
    Please make it so that one can turn off checking the location.hash for scrollTo info. My app uses the location.hash for something else, and jscrollpane causes repeated jQuery exceptions by treating the location.hash as a selector.
  • Dec 15, 2009
    issue 61 (Text exceeds boundaries of scroll pane) commented on by wilber.steven   -   Hi, I have exactly the same issue. It does not occur every time, but after a few refreshes it occurs and the text spills over to the right as if the scrollpane is set to width: 100%; and it ignores the containers width - I'm not sure of course, just describing the symptoms. I'm going to wrap the pane in another div with the width set to see if that helps. Did anyone resolve this by the way? Cheers Steve
    Hi, I have exactly the same issue. It does not occur every time, but after a few refreshes it occurs and the text spills over to the right as if the scrollpane is set to width: 100%; and it ignores the containers width - I'm not sure of course, just describing the symptoms. I'm going to wrap the pane in another div with the width set to see if that helps. Did anyone resolve this by the way? Cheers Steve
  • Dec 15, 2009
    issue 25 (Anchor links are broken below the fold line (r27, FF2 only)) commented on by shavemadox   -   I thought I would give an update on this. I was experiencing exactly what dkeeghan was with broken links below the fold. And I got errors in other browsers when I added the line: setTimeout("scrollTo(destPos)", 10); It also worked in FF2. I immediately thought, well maybe if... setTimeout("scrollTo('" + destPos + "')", 10); And voila, it all seems gravy. FYI, I have no idea what the most recent version is anymore. The one I have is dated 2009, and this 1.2.3 mentioned here is 2006. It would be nice if the version number was prominent at the top of the file, as the file that I have doesn't include this in the filename. Thanks very much Kelvin - you've written a wonderful plugin!
    I thought I would give an update on this. I was experiencing exactly what dkeeghan was with broken links below the fold. And I got errors in other browsers when I added the line: setTimeout("scrollTo(destPos)", 10); It also worked in FF2. I immediately thought, well maybe if... setTimeout("scrollTo('" + destPos + "')", 10); And voila, it all seems gravy. FYI, I have no idea what the most recent version is anymore. The one I have is dated 2009, and this 1.2.3 mentioned here is 2006. It would be nice if the version number was prominent at the top of the file, as the file that I have doesn't include this in the filename. Thanks very much Kelvin - you've written a wonderful plugin!
  • Dec 14, 2009
    issue 60 (jScrollPane Safari / Mac OS Bug - Scroll bar broken until re...) commented on by gstigi   -   the solution of Comment 12 - ryan.wheale is very very nice - thank you that much, cause I had the problem in Safari that the scrollbar disappear every refresh. hug, stefan
    the solution of Comment 12 - ryan.wheale is very very nice - thank you that much, cause I had the problem in Safari that the scrollbar disappear every refresh. hug, stefan
  • Dec 12, 2009
    issue 156 (Padding issues between text and scrollbar in IE and other br...) reported by i...@jhnet.co.za   -   1) If you have a scroll box and you put a border around it in css e.g. border:1px solid red; for testing purposes and you make the text box a fixed width of 450px 2) If you now compare the positioning of the scrollbars image to the text you have in the scroll area in IE and other browsers e.g. Chrome 3) You will find the padding and spacing is different on the different browsers 4) If you need to be 100% accurate with spacing this becomes a major issue when making sure it works for all browsers. From what I understand IE use padding differently to the others so no CSS changes will fix this. Did a quick search on google and found this resource with more info - http://www.webcredible.co.uk/user-friendly- resources/css/internet-explorer.shtml We are using the * $Id: jScrollPane.js 33 and jquery-1.3.2.js We have managed to figure out the problem and this is more of a tip for others in case they come across the same or similar problem. The issue we had was with line 135 which is the else part of this statement. if(settings.scrollbarOnLeft) { cssToApply.paddingLeft = settings.scrollbarMargin + settings.scrollbarWidth + 'px'; } else { cssToApply.paddingRight = settings.scrollbarMargin + 'px'; } All you do is comment out the else portion and it works perfectly. Apart from that I must add this jquery library is excellent!
    1) If you have a scroll box and you put a border around it in css e.g. border:1px solid red; for testing purposes and you make the text box a fixed width of 450px 2) If you now compare the positioning of the scrollbars image to the text you have in the scroll area in IE and other browsers e.g. Chrome 3) You will find the padding and spacing is different on the different browsers 4) If you need to be 100% accurate with spacing this becomes a major issue when making sure it works for all browsers. From what I understand IE use padding differently to the others so no CSS changes will fix this. Did a quick search on google and found this resource with more info - http://www.webcredible.co.uk/user-friendly- resources/css/internet-explorer.shtml We are using the * $Id: jScrollPane.js 33 and jquery-1.3.2.js We have managed to figure out the problem and this is more of a tip for others in case they come across the same or similar problem. The issue we had was with line 135 which is the else part of this statement. if(settings.scrollbarOnLeft) { cssToApply.paddingLeft = settings.scrollbarMargin + settings.scrollbarWidth + 'px'; } else { cssToApply.paddingRight = settings.scrollbarMargin + 'px'; } All you do is comment out the else portion and it works perfectly. Apart from that I must add this jquery library is excellent!
  • Dec 12, 2009
    issue 133 (Collapseable element (fieldset) does not active scrollbar) commented on by gasper.znidarsic   -   has any progress been made on this? I am using collapsible elements in drupal with jscrollpane module and it seem that this is not working. i have look at this post http://code.google.com/p/jscrollpane/issues/detail?id=37 (also at http:// code.google.com/p/jscrollpane/issues/detail?id=9) but i just can't get this to work. and I am not a .js expert.
    has any progress been made on this? I am using collapsible elements in drupal with jscrollpane module and it seem that this is not working. i have look at this post http://code.google.com/p/jscrollpane/issues/detail?id=37 (also at http:// code.google.com/p/jscrollpane/issues/detail?id=9) but i just can't get this to work. and I am not a .js expert.
  • Dec 10, 2009
    issue 129 (accordion and jscrollpane) commented on by brett.stoppel   -   Hi Matt, did you figure this out? I am having a similar problem.
    Hi Matt, did you figure this out? I am having a similar problem.
  • Dec 04, 2009
    issue 155 (Scrollbar gets applied even when not necessary) commented on by reza.shaffaf   -   Here is my solution heavily commented from lines 127 to 188 from the original download of jscrollpane-1.2.3.js This works, but it could probably be done more elegantly ;) Reza
    Here is my solution heavily commented from lines 127 to 188 from the original download of jscrollpane-1.2.3.js This works, but it could probably be done more elegantly ;) Reza
  • Dec 03, 2009
    issue 155 (Scrollbar gets applied even when not necessary) reported by reza.shaffaf   -   The extra padding required to display the scrollbar is applied to the container BEFORE determining whether or not the scrollbar is needed. var p = this.originalSidePaddingTotal; var realPaneWidth = paneWidth - settings.scrollbarWidth - settings.scrollbarMargin - p; cssToApply = { 'height':'auto', 'width': realPaneWidth + 'px' } This results in the scrollbars being applied in cases where it is not necessary. In fluid layouts (like our Fonolo widget) the content will actually get shorter when the height of a container is increased in order to remove the scrollbar. I have a solution, but I don't know where to post it yet. Before the 'percentInView' calculation, only set the height:auto attribute, then in the proceeding if block, apply the space for the scrollbars as above, then recalculate contentHeight and percentInView since they are used to build the rest of the interface. Reza Shaffaf Web Developer Fonolo.com
    The extra padding required to display the scrollbar is applied to the container BEFORE determining whether or not the scrollbar is needed. var p = this.originalSidePaddingTotal; var realPaneWidth = paneWidth - settings.scrollbarWidth - settings.scrollbarMargin - p; cssToApply = { 'height':'auto', 'width': realPaneWidth + 'px' } This results in the scrollbars being applied in cases where it is not necessary. In fluid layouts (like our Fonolo widget) the content will actually get shorter when the height of a container is increased in order to remove the scrollbar. I have a solution, but I don't know where to post it yet. Before the 'percentInView' calculation, only set the height:auto attribute, then in the proceeding if block, apply the space for the scrollbars as above, then recalculate contentHeight and percentInView since they are used to build the rest of the interface. Reza Shaffaf Web Developer Fonolo.com
  • Dec 01, 2009
    issue 125 (Scrollpane is visible only after a reload of the page) commented on by i...@arine.nl   -   I experienced the same problem but I found out that the advice of Kelvin to include all CSS befor JS solves the problem. (so put your own css-files and also the scrollpane.css befor loading the js files). No redirect of refresh is necessary.
    I experienced the same problem but I found out that the advice of Kelvin to include all CSS befor JS solves the problem. (so put your own css-files and also the scrollpane.css befor loading the js files). No redirect of refresh is necessary.
  • Nov 30, 2009
    issue 154 (Update Docs to include current version of jquery) reported by RobertJ.Whitney   -   Just a heads up a friend who's new to js was using the plug-in with the version of jquery you supplied (and said you were running), 1.2.6, but plug in wasn't working. I switched it out for 1.3.2 when he asked me to take a look and it worked fine. Checked your demo's and noticed you are running 1.3.1, while your docs say you are running 1.2.6. Thanks!
    Just a heads up a friend who's new to js was using the plug-in with the version of jquery you supplied (and said you were running), 1.2.6, but plug in wasn't working. I switched it out for 1.3.2 when he asked me to take a look and it worked fine. Checked your demo's and noticed you are running 1.3.1, while your docs say you are running 1.2.6. Thanks!
  • Nov 29, 2009
    issue 9 (Investigate using a timer to ensure that jScrollPane is auto...) commented on by kelvin.luck   -   Hi, Thanks for the implementation. If you make the interval shorter does it become less choppy? Even 200 ms should be OK... Cheers, Kelvin :)
    Hi, Thanks for the implementation. If you make the interval shorter does it become less choppy? Even 200 ms should be OK... Cheers, Kelvin :)
  • Nov 29, 2009
    issue 15 (Use Jquery with prototype ) commented on by kelvin.luck   -   Version 1.2.3 is actually pretty old source code. The latest is available in SVN or on my site ( http://www.kelvinluck.com/assets/jquery/jScrollPane/scripts/jScrollPane.js ) but I haven't packaged a release for quite some time... That said, even version 1.2.3 shouldn't need the modification as the entire plugin is wrapped in a function which is called passing jQuery as an argument (therefore $ == jQuery within the file regardless of if prototype or anything else is on the site. So I am very surprised that the modification is necessary! Do you have an example of the unmodified file giving you problems?
    Version 1.2.3 is actually pretty old source code. The latest is available in SVN or on my site ( http://www.kelvinluck.com/assets/jquery/jScrollPane/scripts/jScrollPane.js ) but I haven't packaged a release for quite some time... That said, even version 1.2.3 shouldn't need the modification as the entire plugin is wrapped in a function which is called passing jQuery as an argument (therefore $ == jQuery within the file regardless of if prototype or anything else is on the site. So I am very surprised that the modification is necessary! Do you have an example of the unmodified file giving you problems?
  • Nov 28, 2009
    issue 15 (Use Jquery with prototype ) commented on by swat...@livingstreets.com   -   This worked for me, but why is this modification necessary? I am using jQuery 1.3.2 and jScrollPane 1.2.3 (the latest versions) and this error did not occur with whatever version of jScrollPane was created on 2008-02-09 (it doesn't show the version number in the JS file.)
    This worked for me, but why is this modification necessary? I am using jQuery 1.3.2 and jScrollPane 1.2.3 (the latest versions) and this error did not occur with whatever version of jScrollPane was created on 2008-02-09 (it doesn't show the version number in the JS file.)
  • Nov 27, 2009
    issue 9 (Investigate using a timer to ensure that jScrollPane is auto...) commented on by janis.bebritis   -   it works, but still looks choppy. looks like this in my implementation ------ var jScrollPane_old_height; function reinitialiseScrollPane() { $('#me_content_mid').jScrollPane({scrollbarWidth:5, scrollbarMargin: 8, reinitialiseOnImageLoad: true}); jScrollPane_old_height = $('#me_content_mid_inner').height(); }; function checkScrollPane() { if (jScrollPane_old_height != $('#me_content_mid_inner').height()) { reinitialiseScrollPane(); } } $(function() { // set jScrollPane area checking for height reinitialiseScrollPane(); setInterval('checkScrollPane()', 1000); }
    it works, but still looks choppy. looks like this in my implementation ------ var jScrollPane_old_height; function reinitialiseScrollPane() { $('#me_content_mid').jScrollPane({scrollbarWidth:5, scrollbarMargin: 8, reinitialiseOnImageLoad: true}); jScrollPane_old_height = $('#me_content_mid_inner').height(); }; function checkScrollPane() { if (jScrollPane_old_height != $('#me_content_mid_inner').height()) { reinitialiseScrollPane(); } } $(function() { // set jScrollPane area checking for height reinitialiseScrollPane(); setInterval('checkScrollPane()', 1000); }
  • Nov 26, 2009
    issue 153 (originalSidePaddingTotal not properly initialized) Status changed by kelvin.luck   -   You shouldn't put the jScrollPaneContainer into your HTML manually - the script adds it for you. http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html#faqs
    Status: Invalid
    You shouldn't put the jScrollPaneContainer into your HTML manually - the script adds it for you. http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html#faqs
    Status: Invalid
  • Nov 26, 2009
    issue 153 (originalSidePaddingTotal not properly initialized) reported by massimiliano.atzori   -   In line 139 var p = this.originalSidePaddingTotal; a value null for originalSidePaddingTotal can take place, if parent's jScrollPaneContainer have not assigned a value to the property (line 73 else statement is skipped). This issue can lead a javascript exception in IE. Workaround: var p = this.originalSidePaddingTotal || 0; Thanks anyway for the grat work!
    In line 139 var p = this.originalSidePaddingTotal; a value null for originalSidePaddingTotal can take place, if parent's jScrollPaneContainer have not assigned a value to the property (line 73 else statement is skipped). This issue can lead a javascript exception in IE. Workaround: var p = this.originalSidePaddingTotal || 0; Thanks anyway for the grat work!

Earlier this year

  • Nov 23, 2009
    issue 152 (It doesn't work on IE) commented on by kelvin.luck   -   You are not meant to add jScrollPaneContainer yourself, the script adds it. You could nest your elements in another div so that the external div has the CSS on it and the element that you apply jScrollPane to sits inside this div (so the jScrollPane container will be introduced between these two elements. Alternatively you can tweak the conditional: if ($(this).parent().is('.jScrollPaneContainer')) { And make sure that it does some of the initialisation stuff from the other path... But I'm not sure if this will introduce other bugs... I will look into a more robust solution in a future release of jScrollPane but I think that your best bet for now is my suggestion above...
    You are not meant to add jScrollPaneContainer yourself, the script adds it. You could nest your elements in another div so that the external div has the CSS on it and the element that you apply jScrollPane to sits inside this div (so the jScrollPane container will be introduced between these two elements. Alternatively you can tweak the conditional: if ($(this).parent().is('.jScrollPaneContainer')) { And make sure that it does some of the initialisation stuff from the other path... But I'm not sure if this will introduce other bugs... I will look into a more robust solution in a future release of jScrollPane but I think that your best bet for now is my suggestion above...
  • Nov 23, 2009
    issue 152 (It doesn't work on IE) reported by joaolopes.t02   -   I changed the code a little bit, to fit my layout, in example, i need the drag panel to be in front of a picture, i solved that using CSS, but i changed the code so that panel is printed outside the "jScrollPaneContainer". So i need to manually input "jScrollPaneContainer" and that breaks IE. Is there any work around? You can see the problem at www.lemadorigem.pt
    I changed the code a little bit, to fit my layout, in example, i need the drag panel to be in front of a picture, i solved that using CSS, but i changed the code so that panel is printed outside the "jScrollPaneContainer". So i need to manually input "jScrollPaneContainer" and that breaks IE. Is there any work around? You can see the problem at www.lemadorigem.pt
  • Nov 23, 2009
    issue 151 (jScrollPane never load content completely if reload the page) commented on by kelvin.luck   -   I can't reproduce the problem in FF3.5 or Safari on OSX. Did you figure it out?
    I can't reproduce the problem in FF3.5 or Safari on OSX. Did you figure it out?
  • Nov 22, 2009
    issue 151 (jScrollPane never load content completely if reload the page) reported by fanzy531   -   What steps will reproduce the problem? 1. load a page with jScrollPane 2. 3. What is the expected output? What do you see instead? everything shoulb be loaded, but the scroll bar stops in the middle of the content and only if I reload the page or switch page back the content won't be display completely. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane.js 33 2008-12-10 22:55:28Z kelvin.luck with all kinds of browsers on WinXP SP2 Please provide a URL to a page displaying the problem. http://www.exceptionalexhibitionchengdu.com/sponsor.html and any other pages in that site Please provide any additional information below.
    What steps will reproduce the problem? 1. load a page with jScrollPane 2. 3. What is the expected output? What do you see instead? everything shoulb be loaded, but the scroll bar stops in the middle of the content and only if I reload the page or switch page back the content won't be display completely. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane.js 33 2008-12-10 22:55:28Z kelvin.luck with all kinds of browsers on WinXP SP2 Please provide a URL to a page displaying the problem. http://www.exceptionalexhibitionchengdu.com/sponsor.html and any other pages in that site Please provide any additional information below.
  • Nov 19, 2009
    issue 150 (IE, VLC activex plugin combination jscrollpane does not work) commented on by akinim...@gmail.com   -   (sorry for mass posts) I think this may be a source of various IE related issues. Some people report jscrollpane is slow in IE and something. Maybe its this #pane2 skin problem, it may arise various situations not just with vlc plugin.
    (sorry for mass posts) I think this may be a source of various IE related issues. Some people report jscrollpane is slow in IE and something. Maybe its this #pane2 skin problem, it may arise various situations not just with vlc plugin.
  • Nov 19, 2009
    issue 150 (IE, VLC activex plugin combination jscrollpane does not work) commented on by akinim...@gmail.com   -   (after few minutes) Took SVN dump and run a new test. What I discovered is interesting. Put VLC tag to the end of demo/basic.html page and try all #pane1-4 scrollers. Actually its just #pane2 that does not work properly in IE. Every other version scrolls by dragging and mousewheel fine. I went back to a stable release and same effect, its only #page2 that does not work. Of course I had taken this version to my webpage :) I drop #pane2 skin and use #pane3, I can live without upper/lower arrow buttons. This is clearly something trivial to fix its just my javascript skills are rusted. I go with svn version if thats stable enough. IE object tag for various media plugins, change classid to instantiate given plugin. Type attribute does not matter much in this test. <div id="video1" width="651" height="366" style="position: relative; left: 127px; top: 58px;"> <object style="width: 651px; height: 366px;" id="video1plugin" type="application/x-vlc-plugin" height="366" width="651" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" WM_classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" QT_classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ></object> </div>
    (after few minutes) Took SVN dump and run a new test. What I discovered is interesting. Put VLC tag to the end of demo/basic.html page and try all #pane1-4 scrollers. Actually its just #pane2 that does not work properly in IE. Every other version scrolls by dragging and mousewheel fine. I went back to a stable release and same effect, its only #page2 that does not work. Of course I had taken this version to my webpage :) I drop #pane2 skin and use #pane3, I can live without upper/lower arrow buttons. This is clearly something trivial to fix its just my javascript skills are rusted. I go with svn version if thats stable enough. IE object tag for various media plugins, change classid to instantiate given plugin. Type attribute does not matter much in this test. <div id="video1" width="651" height="366" style="position: relative; left: 127px; top: 58px;"> <object style="width: 651px; height: 366px;" id="video1plugin" type="application/x-vlc-plugin" height="366" width="651" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" WM_classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" QT_classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ></object> </div>
  • Nov 19, 2009
    issue 150 (IE, VLC activex plugin combination jscrollpane does not work) commented on by akinim...@gmail.com   -   Yes, a default scrollbar works fine by dragging and mousewheel. I even went and put VLC to be 1x1 at 0,0 coordinate. Same effect IE always fails if same page hosts a vlc or quicktime plugin. MSMediaPlayer plugin does not create a similar effect. Very strange. Firefox is always ok. I can try SVN version, last step is I try to study a working scrollbar gave a link. I like jscrollbar interface more so would like to continue using it. I keep you posted.
    Yes, a default scrollbar works fine by dragging and mousewheel. I even went and put VLC to be 1x1 at 0,0 coordinate. Same effect IE always fails if same page hosts a vlc or quicktime plugin. MSMediaPlayer plugin does not create a similar effect. Very strange. Firefox is always ok. I can try SVN version, last step is I try to study a working scrollbar gave a link. I like jscrollbar interface more so would like to continue using it. I keep you posted.
  • Nov 19, 2009
    issue 150 (IE, VLC activex plugin combination jscrollpane does not work) commented on by kelvin.luck   -   Hi, Hmmm, I'm afraid I have no experience with a VLC media plugin. And I'm not sure what can be done to make it work. I don't have the plugin installed so I can't see the issue on my machine... If you disable JS does the browser default scroll behave as expected? You could try with the latest jScrollPane.js from SVN, that has had various changes since the 1.2.4 release. Sorry I can't be more help... Also, you might consider using Flash to show your video as a much wider range of people will be able to view it...
    Hi, Hmmm, I'm afraid I have no experience with a VLC media plugin. And I'm not sure what can be done to make it work. I don't have the plugin installed so I can't see the issue on my machine... If you disable JS does the browser default scroll behave as expected? You could try with the latest jScrollPane.js from SVN, that has had various changes since the 1.2.4 release. Sorry I can't be more help... Also, you might consider using Flash to show your video as a much wider range of people will be able to view it...
  • Nov 18, 2009
    issue 150 (IE, VLC activex plugin combination jscrollpane does not work) reported by akinim...@gmail.com   -   What steps will reproduce the problem? 1. Use IE8.x, WinXP 2. Add jscrollpane1.2.3.min.js 3. Add VLC or Quicktime plugin to a same page What is the expected output? What do you see instead? Scroller's drag should still let content be scrolled. No problems in Firefox. What version of the jScrollPane are you using? On what browser? And operating system? WinXP, IE8.x, jscrollpane1.2.4.min.js Please provide a URL to a page displaying the problem. http://koti.mbnet.fi/akini/docs/jscrollpane/test1.html Please provide any additional information below. If I delete VLC object tag from the page scroller works properly. WindowMediaFile activex is fine, but VLC and Quicktime within a same page destroyes a scroller's drag. I have tested few other scrollpane components and no problems. Here is some of the examples I used. http://www.java2s.com/Code/JavaScript/GUI-Components/ScrollBar6.htm See simplified test case of scrollbar6. http://koti.mbnet.fi/akini/docs/jscrollpane/test6.html
    What steps will reproduce the problem? 1. Use IE8.x, WinXP 2. Add jscrollpane1.2.3.min.js 3. Add VLC or Quicktime plugin to a same page What is the expected output? What do you see instead? Scroller's drag should still let content be scrolled. No problems in Firefox. What version of the jScrollPane are you using? On what browser? And operating system? WinXP, IE8.x, jscrollpane1.2.4.min.js Please provide a URL to a page displaying the problem. http://koti.mbnet.fi/akini/docs/jscrollpane/test1.html Please provide any additional information below. If I delete VLC object tag from the page scroller works properly. WindowMediaFile activex is fine, but VLC and Quicktime within a same page destroyes a scroller's drag. I have tested few other scrollpane components and no problems. Here is some of the examples I used. http://www.java2s.com/Code/JavaScript/GUI-Components/ScrollBar6.htm See simplified test case of scrollbar6. http://koti.mbnet.fi/akini/docs/jscrollpane/test6.html
  • Nov 17, 2009
    issue 149 (Scrollpane jumping to the right in Safari / Chrome) commented on by kelvin.luck   -   It may be because #copy is floated left. When jScrollPane is initialised it wraps the element to be scrolled in a jScrollPaneContainer. So floating and other positioning CSS can break it... I'd recommend putting a div class scroll inside the div id copy so that the thing you are scrolling doesn't have any positioning CSS....
    It may be because #copy is floated left. When jScrollPane is initialised it wraps the element to be scrolled in a jScrollPaneContainer. So floating and other positioning CSS can break it... I'd recommend putting a div class scroll inside the div id copy so that the thing you are scrolling doesn't have any positioning CSS....
  • Nov 16, 2009
    issue 149 (Scrollpane jumping to the right in Safari / Chrome) reported by jspearson   -   What steps will reproduce the problem? 1. Go to http://bridgeserver3.co.uk/disklavier/en/ in Safari or Chrome 2. Try the same link in firefox or IE 3. The scroll box jumps to the right, and ignores and floats or clears. What is the expected output? What do you see instead? The scrollpane to display as in IE or Firefox. What version of the jScrollPane are you using? On what browser? And operating system? jQuery 1.3.2 Safari 4
    What steps will reproduce the problem? 1. Go to http://bridgeserver3.co.uk/disklavier/en/ in Safari or Chrome 2. Try the same link in firefox or IE 3. The scroll box jumps to the right, and ignores and floats or clears. What is the expected output? What do you see instead? The scrollpane to display as in IE or Firefox. What version of the jScrollPane are you using? On what browser? And operating system? jQuery 1.3.2 Safari 4
  • Nov 14, 2009
    issue 51 (jScrollPane too short for dynamic content.) commented on by nidzoni   -   I had the same problem with dynamic image load in Firefox..solution was, as Kelvin said, to calculate exact image size. Now, everything works perfect !! Thnx, Kelvin
    I had the same problem with dynamic image load in Firefox..solution was, as Kelvin said, to calculate exact image size. Now, everything works perfect !! Thnx, Kelvin
  • Nov 05, 2009
    issue 148 (mousewheel breaks scrolling in safari and chrome) reported by chadcf   -   What steps will reproduce the problem? 1. load page with jScrollPane 2. mouse over jScrollPane and use the mouse wheel to scroll 3. profit! What is the expected output? What do you see instead? I'd expect scrolling to still work. It doesn't. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane 1.2.3 jQuery 1.3.1 Safari 4.0.3 / Chrome 4.0.233.11 MacOSX 10.5.8 Please provide a URL to a page displaying the problem. http://noenergytax.com on the bottom right, under Latest Resources Please provide any additional information below. Initially scrolling works great in Safari. However I noticed sometimes it stops working and finally figured out that it happened when I used my mouse wheel in the pane, for example if I'm using the mouse wheel to scroll down the page and the mouse moves over the pane, thus trying to scroll within the pane. After using the mousewheel in the scroll pane, scrolling no longer works at all. Grabbing the handle and dragging has no result. I've tried with and without the mouse wheel plugin and either way it breaks. It also does this in chrome, so presumably any webkit based browser.
    What steps will reproduce the problem? 1. load page with jScrollPane 2. mouse over jScrollPane and use the mouse wheel to scroll 3. profit! What is the expected output? What do you see instead? I'd expect scrolling to still work. It doesn't. What version of the jScrollPane are you using? On what browser? And operating system? jScrollPane 1.2.3 jQuery 1.3.1 Safari 4.0.3 / Chrome 4.0.233.11 MacOSX 10.5.8 Please provide a URL to a page displaying the problem. http://noenergytax.com on the bottom right, under Latest Resources Please provide any additional information below. Initially scrolling works great in Safari. However I noticed sometimes it stops working and finally figured out that it happened when I used my mouse wheel in the pane, for example if I'm using the mouse wheel to scroll down the page and the mouse moves over the pane, thus trying to scroll within the pane. After using the mousewheel in the scroll pane, scrolling no longer works at all. Grabbing the handle and dragging has no result. I've tried with and without the mouse wheel plugin and either way it breaks. It also does this in chrome, so presumably any webkit based browser.
  • Oct 28, 2009
    issue 8 (Horizontal scrolling with jScrollPane) commented on by mounir   -   In recent designs, horizontal scrolling strart to become a real trend. In two of my websites, we needed solution to style an horizontal scrollbar and we compatibilities issues using the old jscrollhorizontalpane. I would donate up to 100$ to help this function to be developped.
    In recent designs, horizontal scrolling strart to become a real trend. In two of my websites, we needed solution to style an horizontal scrollbar and we compatibilities issues using the old jscrollhorizontalpane. I would donate up to 100$ to help this function to be developped.
  • Oct 26, 2009
    issue 147 (z-index for draggable needs to be fixed) reported by ibnbasit   -   What steps will reproduce the problem? 1. ui.jquery draggable/droppable implementation 2. when you dragging something over the scroller, it goes under it and even if you have z-index 10000, it wont show above, it still show under it What is the expected output? What do you see instead? expected output should be draggable div shoudl be on top of scroller, but seeing under the scroller What version of the jScrollPane are you using? On what browser? And operating system? latest version firefox vista Please provide a URL to a page displaying the problem. local copy Please provide any additional information below. ui.query.com
    What steps will reproduce the problem? 1. ui.jquery draggable/droppable implementation 2. when you dragging something over the scroller, it goes under it and even if you have z-index 10000, it wont show above, it still show under it What is the expected output? What do you see instead? expected output should be draggable div shoudl be on top of scroller, but seeing under the scroller What version of the jScrollPane are you using? On what browser? And operating system? latest version firefox vista Please provide a URL to a page displaying the problem. local copy Please provide any additional information below. ui.query.com
  • Oct 26, 2009
    issue 146 (Jscroll pane is too slow in ie) reported by Ylahssini   -   Hi, When I start draging the jscroll pane, it works perfectly in firefox but in IE6, 7 & 8 it is too slow. I think the tag <table> located inside div # pane is the source of this problem! is that there is a solution to this problem? thank you in advance
    Hi, When I start draging the jscroll pane, it works perfectly in firefox but in IE6, 7 & 8 it is too slow. I think the tag <table> located inside div # pane is the source of this problem! is that there is a solution to this problem? thank you in advance
  • Oct 25, 2009
    issue 145 (Optimizing reinitialiseOnImageLoad code) reported by pbcomm   -   if (settings.reinitialiseOnImageLoad) { $('img:not(.jScrollPaneImage)', $this).bind('load error', function() { $(this).addClass('jScrollPaneImage').unbind('load error'); $this.jScrollPane(settings); }) }
    if (settings.reinitialiseOnImageLoad) { $('img:not(.jScrollPaneImage)', $this).bind('load error', function() { $(this).addClass('jScrollPaneImage').unbind('load error'); $this.jScrollPane(settings); }) }
  • Oct 24, 2009
    issue 132 (Anchors making scrollbar scroll out of view) commented on by ibnbasit   -   please update the download section, because i was having similar problem, well my ajax links inside scroller were giving error and after lots of debugging, i found that it was scroller causing the problem, but after update from svn code and not the download section code, it solved. please update the download section with new release. thank you.
    please update the download section, because i was having similar problem, well my ajax links inside scroller were giving error and after lots of debugging, i found that it was scroller causing the problem, but after update from svn code and not the download section code, it solved. please update the download section with new release. thank you.
  • Oct 20, 2009
    issue 30 (Make jScrollPane work on divs that are initially display non...) commented on by pschwei1   -   @mursino, Dec 17, 2008 This is a year hold, so likely not relevant to you anymore, but if anyone else comes across this via the Google, here's my solution: In the CSS, give your containing element a visibility:hidden. Then, in you JS, do $(element).hide().css('visibility','visible'); The result is that your element will start off invisible (but still taking up space, so jScrollPane can get dimensions), then you use jQuery to hide it and turn it's visibility back on. Because jQuery hid it, it remains invisible, but since you've turned the visibility back on when you use jQuery to show your element, it will appear.
    @mursino, Dec 17, 2008 This is a year hold, so likely not relevant to you anymore, but if anyone else comes across this via the Google, here's my solution: In the CSS, give your containing element a visibility:hidden. Then, in you JS, do $(element).hide().css('visibility','visible'); The result is that your element will start off invisible (but still taking up space, so jScrollPane can get dimensions), then you use jQuery to hide it and turn it's visibility back on. Because jQuery hid it, it remains invisible, but since you've turned the visibility back on when you use jQuery to show your element, it will appear.
  • Oct 20, 2009
    issue 77 (Clicking links within scrollpane causes scoll to jump to the...) commented on by dylan.home   -   Just FYI - I'm looking into this and as I don't use any links to within scrolled content am checking out returning with a straight "return false" in the var scrollTo = function(pos, preventAni){} Obviously this isn't good longer term and I may even check for an id prefix (as I can control this coming from the CMS) or similar and only return then...
    Just FYI - I'm looking into this and as I don't use any links to within scrolled content am checking out returning with a straight "return false" in the var scrollTo = function(pos, preventAni){} Obviously this isn't good longer term and I may even check for an id prefix (as I can control this coming from the CMS) or similar and only return then...
  • Oct 20, 2009
    issue 77 (Clicking links within scrollpane causes scoll to jump to the...) commented on by robertjj   -   I still have not been able to resolve it.
    I still have not been able to resolve it.
  • Oct 20, 2009
    issue 77 (Clicking links within scrollpane causes scoll to jump to the...) commented on by dylan.home   -   Hi all - was this resolved. I am now having this issue and wondered if there was a resolution. I have tried to refocus() on the image (lower down) in the scroll pane but obviously this isn't triggered on the click from the image as the scroll page steals it first :(
    Hi all - was this resolved. I am now having this issue and wondered if there was a resolution. I have tried to refocus() on the image (lower down) in the scroll pane but obviously this isn't triggered on the click from the image as the scroll page steals it first :(
  • Oct 19, 2009
    issue 144 (Toggle bug?) commented on by hyowza   -   Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. I also think the display:none bug with jscrollpane still exists. When a div is set to display:none and when an onClick is mapped to it to display the div, it will not show the scrollbar and or/ not style it. Any ideas?
    Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. I also think the display:none bug with jscrollpane still exists. When a div is set to display:none and when an onClick is mapped to it to display the div, it will not show the scrollbar and or/ not style it. Any ideas?
  • Oct 19, 2009
    issue 144 (Toggle bug?) commented on by hyowza   -   Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. Any ideas?
    Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. Any ideas?
  • Oct 19, 2009
    issue 144 (Toggle bug?) commented on by Halil.Cet   -   Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. Any ideas?
    Ok, i managed to get the scrollbar to appear but as shown in the example below: http://users2.macrobatix.com/kelly/test/scroller.html The scrollbar is not styled. Any ideas?
  • Oct 19, 2009
    issue 144 (Toggle bug?) reported by hyowza   -   What steps will reproduce the problem? 1. Create div with a visibility:hidden 2. Apply jScrollPane to the new div 3. toggle should show/hide div What is the expected output? What do you see instead? Only the scroll pane is displayed, when the div should be shown with the jScrollPane. What version of the jScrollPane are you using? On what browser? And operating system? Windows XP / FF 3.0.14 + IE6 Please provide a URL to a page displaying the problem. Please see attached zip. Please provide any additional information below. I have read issue #30 but $('#pane1').show().jScrollPane().hide(); does not solve my problem. When the div is initially loaded, only a scrollbar appears and the toggeling only works on the main content area. Any ideas?
    What steps will reproduce the problem? 1. Create div with a visibility:hidden 2. Apply jScrollPane to the new div 3. toggle should show/hide div What is the expected output? What do you see instead? Only the scroll pane is displayed, when the div should be shown with the jScrollPane. What version of the jScrollPane are you using? On what browser? And operating system? Windows XP / FF 3.0.14 + IE6 Please provide a URL to a page displaying the problem. Please see attached zip. Please provide any additional information below. I have read issue #30 but $('#pane1').show().jScrollPane().hide(); does not solve my problem. When the div is initially loaded, only a scrollbar appears and the toggeling only works on the main content area. Any ideas?
  • Oct 19, 2009
    issue 143 (Safari problem with div width) commented on by kelvin.luck   -   Have you looked through the discussion in issue 60? There may be something there to help you...
    Have you looked through the discussion in issue 60? There may be something there to help you...
  • Oct 19, 2009
    issue 143 (Safari problem with div width) reported by sunixdk   -   1) Open this page "http://mm.sunejensen.dk/index.php?m=4&c=1&i=3" in Safari 3 browser on windows pc. 2) Click the refresh button (or F5) Now notice that the text on the right has changed, no longer a scroll bar, and it seems like the with of the text div as become very wide (and partly hidden). Im using latest version 1.3.2 of jquery and the very latest version of jscrollpane. Do you you have any idea what is causing this? Thanks! Sune
    1) Open this page "http://mm.sunejensen.dk/index.php?m=4&c=1&i=3" in Safari 3 browser on windows pc. 2) Click the refresh button (or F5) Now notice that the text on the right has changed, no longer a scroll bar, and it seems like the with of the text div as become very wide (and partly hidden). Im using latest version 1.3.2 of jquery and the very latest version of jscrollpane. Do you you have any idea what is causing this? Thanks! Sune
 
Hosted by Google Code