AlreadyM / jscrollpane

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

Scrollbar is not scraollable with Chrome #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. http://www.kurs-voraus.de/de/philosophie
2. With Chrome
3.

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

What version of the jScrollPane are you using? On what browser? And operating 
system?
jScrollPane Revision 93
Browser: Chrome
OS: Windows XP

Please provide a URL to a page displaying the problem.
http://www.kurs-voraus.de/de/philosophie
Please provide any additional information below.
With Chrome there comes an error displayed:
/templates/kurs-voraus/scripts/default/jScrollPane.js:337Uncaught TypeError: 
Cannot read property 'top' of null

Original issue reported on code.google.com by Peter.Ho...@peter-kommt-mit.de on 17 Aug 2010 at 12:09

GoogleCodeExporter commented 9 years ago
It may be because you are also using mootools on your page. You should make 
sure that you are using jQuery in noConflict mode and you should initialise 
jScrollPane using 'jQuery' instead of '$'.

Let me know if that helps...

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

GoogleCodeExporter commented 9 years ago
Kelvin
thanks for the quick response.
Your are right, now it works perfect.

Best wishes,
Peter

Original comment by Peter.Ho...@peter-kommt-mit.de on 17 Aug 2010 at 12:31

GoogleCodeExporter commented 9 years ago
Great - glad it helped!

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 12:53