AlreadyM / jscrollpane

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

Safari and Firefox not scrolling to bottom of content - scrollbar paper works, may help solve #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The well documented Safari scrolling bug has kept me plucking away at my css, 
still no happy 
ending. Then by chance I came across Scrollbar Paper. Does the same thing, is 
only a beta so not 
sure if is as robust, but may help to compare the two to see any obvious 
differences. Uses the same 
jquery.tools.min.js. I am no programmer so thought I would just throw this into 
the mix.

http://plugins.jquery.com/node/11707

thanks

Brian

Original issue reported on code.google.com by brianjon...@gmail.com on 6 Jan 2010 at 10:03

GoogleCodeExporter commented 9 years ago
Scrollbar Paper is an interesting approach to the custom scrollbars problem. It 
is
totally different to jScrollPane (it covers the browsers default scrollbar with 
the
custom ones rather than creating it's own scrolling solution). You can read 
some of
my thoughts on it here:

http://groups.google.com/group/jscrollpane/browse_thread/thread/73b1089d4140ec85

There are certain limitations to the approach but also certain nicenesses (as it
doesn't have to rearrange the markup). When I have some spare time I will 
investigate
the possibilities of this approach...

Original comment by kelvin.l...@gmail.com on 6 Jan 2010 at 10:27