jQsafi / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

jscrollpane doesn't show in Nivo Slider thumbnail div in Chrome or chromium based Opera #285

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a class .scroll-pane to thumbnails' div - $( ".nivo-controlNav" 
).addClass( "scroll-pane" );
2. Call jscrollpane in the next line - $('.scroll-pane').jScrollPane();

What is the expected output? What do you see instead?

Scrolbar shows itself only sometimes, mostly when you move to a diferent page 
and then go back to a page with slider. When scrollbar finally shows itself 
after pressing F5 it dissapears again. Sometimes it's needed to move to a 
different page and go back to slider page few times until scrollbar shows 
itself. It should be visible all the time.

What version of the jScrollPane are you using? On what browser? And operating 
system?

jscrollpane 2.0.19

Opera 19.0.1326.63
Chrome 29.0.1547.57
Firefox 27.01 (only as stated below)

Windows 7 Ultimate SP1

Please provide a URL to a page displaying the problem.

http://www.trzywu.pl/test/malowane/

Please provide any additional information below.

In Firefox 27.01 scrollbar doesn't show itself only when going directly to a 
page with slider included, but after refreshing a page or going to other page 
and go back to a slider page, everything goes back to normal and is being 
displayed properly.

Original issue reported on code.google.com by daniel.m...@gmail.com on 24 Feb 2014 at 9:31