google-code-export / jscrollpane

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

Sometime jScrollPane doesnt load properly #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just implemented jScrollPane it was awesome result. Sadly after some 
pageviews i get noticed strange behavior of jSrollPane. 

Its in these screenshots. Sometimes it loads fine, sometimes not.. I definitely 
dont know what to do with it.. 

site is dev7.slicktouch.com/en/Resorts (try to press Ctrl + F5 and u will get 
the bug sometimes. I'm using Chrome and for me its something like 50/50 to get 
a error and nice scrollbar. My coworker notice me he sees it on FireFox too)

OK: http://img810.imageshack.us/img810/4180/20100726152003.png
BUG: http://img175.imageshack.us/img175/3636/20100726151945.png

can anybody help me with this issue? Thanx a lot!

Original issue reported on code.google.com by vmacha...@gmail.com on 26 Jul 2010 at 1:34

GoogleCodeExporter commented 9 years ago
I can replicate the issue in Firefox on OSX...

Looking at your sourcecode I notice a couple of potential problems:

 * There is whitespace before your DOCTYPE. This puts browsers into quirksmode and might cause unexpected problems.
 * Your CSS is included after your JS. With jScrollPane is is generally a better idea to make sure CSS is included first...

Hope it helps!

Original comment by kelvin.l...@gmail.com on 27 Jul 2010 at 8:57

GoogleCodeExporter commented 9 years ago
even i was facing same problem
but yeah your solution is correct...

Thanx man........Cheers.!!

Original comment by a.saan...@gmail.com on 6 Aug 2010 at 12:19

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:21