AlreadyM / jscrollpane

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

JScrollpane does not work smoothly when the data becomes incredibly large within a div. #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a lot of data more than thousands
2.  and then apply the JScrollPane on it.
3. You will see that it jerks and takes time to scroll up and down.

What is the expected output? What do you see instead?
I want to see a smooth scrolling regardless the size of data into the 
container on which JScrollpane has been applied.

What version of the jScrollPane are you using? On what browser? And 
operating system?
This is what which has been written as comments into the file
* Copyright (c) 2006 Kelvin Luck (kelvin AT kelvinluck DOT com || 
http://www.kelvinluck.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-
license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * 
 * See http://kelvinluck.com/assets/jquery/jScrollPane/
 * $Id: jScrollPane.js 75 2009-05-15 05:49:20Z kelvin.luck@gmail.com $

And i am using Firefox, Google Chrome and Safari (Very important).

Please provide a URL to a page displaying the problem.

This has been used inside the user area. So that cannot be provided.

Please provide any additional information below.

Nothing special just see above

Original issue reported on code.google.com by syedmurt...@gmail.com on 2 Jun 2010 at 12:16

GoogleCodeExporter commented 9 years ago
One thing which is important and i noted down is that it works very smooth on 
the 
latest Google Chrome but does not work very well on Firefox and Safari which 
are the 
most important browsers for me because client uses both. I can send a sample 
file by 
tomorrow if you want.

Original comment by syedmurt...@gmail.com on 2 Jun 2010 at 1:45

GoogleCodeExporter commented 9 years ago
It sounds like you might be running into a limitation of the browsers rendering
engines that jScrollPane can do little about...

One thing that I have noticed causing problems is when the content of 
jScrollPane is
tables (especially nested tables) - this makes it much harder for the browsers.

Other than that I'm not sure there is much I can do...

Original comment by kelvin.l...@gmail.com on 2 Jun 2010 at 1:55

GoogleCodeExporter commented 9 years ago
Hi, thank you very much. yea i have also seen that Only the firefox is causing 
major 
problem. Safari is much better and Chrome has no problem. And yes the data is 
within 
a table but i have not used any nested tables in that. I just used simple trs 
and 
tds. 

I really appreciate for your response and if there is any work around for 
firefox 
browser. It would be highly appreciated and admired.

Once again thank you very much for replying me from your busy time.

Regards,
Murtaza

Original comment by syedmurt...@gmail.com on 3 Jun 2010 at 7:06

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