AlreadyM / jscrollpane

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

OS Scroll bars appear when scrolling jScrollPane #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to http://www.kelvinluck.com/assets/jquery/jScrollPane/imagesExample.html
2. use jscrollpane scrollbar

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

jscrollpane works fine - but the OS scrollbars appear and change size on the 
right of the window

What version of the jScrollPane are you using? On what browser? And operating 
system? Opera 10.61 on Windows 7

Please provide a URL to a page displaying the problem.
http://www.kelvinluck.com/assets/jquery/jScrollPane/imagesExample.html

Please provide any additional information below.

Original issue reported on code.google.com by Krell...@gmail.com on 18 Aug 2010 at 6:36

GoogleCodeExporter commented 9 years ago
This is a known problem (see issue 19) and is down to a bug in Opera. The 
solution is to absolutely position a div somewhere higher up the DOM than the 
element you are applying jScrollPane to.

You may also be interested that yesterday I announced the beta release of 
version 2 of jScrollPane - you are recommended to use that version as I won't 
be supporting this old version going forwards:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Original comment by kelvin.l...@gmail.com on 18 Aug 2010 at 7:23

GoogleCodeExporter commented 9 years ago
OK, cool - thank you!

Original comment by Krell...@gmail.com on 18 Aug 2010 at 4:55