You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a DIV that's scaled back to about 0.65. In doing so, custom scroll won't work. It simply doesn't scroll at all. The issue is very similar to this user's problem on SO (diff plug-in), however for me the scroll bar just flickers and doesn't do anything.
I also encountered the same problem. The problem is that when applying the "Scale" function $.width() always returns the original value, but $.position() returns depending on the scale.
I don't have time to address this currently. Perhaps this workaround could work: try applying a scrollbar to an outer container and scale transform to an inner container. Let me know if this works.
I have a DIV that's scaled back to about 0.65. In doing so, custom scroll won't work. It simply doesn't scroll at all. The issue is very similar to this user's problem on SO (diff plug-in), however for me the scroll bar just flickers and doesn't do anything.
http://stackoverflow.com/questions/20093804/custom-javascript-scrollbars-jscrollpane-with-transform-scale-error
Any ideas? Love your script, but may have to switch if this can't be fixed.
The text was updated successfully, but these errors were encountered: