AlreadyM / jscrollpane

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

Scrollpane jumping to the right in Safari / Chrome #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by jspear...@gmail.com on 16 Nov 2009 at 4:49

GoogleCodeExporter commented 9 years ago
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....

Original comment by kelvin.l...@gmail.com on 17 Nov 2009 at 10:01

GoogleCodeExporter commented 9 years ago
you can set jscrollpanel width and height and recall jscrllpanel function . I 
were
successfull in .

Original comment by MRvuongx@gmail.com on 18 Jan 2010 at 4:49

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

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

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:13