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
We're trying to create a view where we need a horizontal scrollbar with the scroll buttons (left + right). This unfortunately results in an issue where the buttons don't appear on one line.
The layout is something like:
[left]
[horizontal track + horizontal handle]
[right]
@MichelSelten, I believe this is a proper fix for this issue. Originally, this plugin was written with IE6 compatibility in mind. Since then I dropped support for IE6 and IE7. Given that I don't have a test case set up with horizontal buttons, this was overlooked in the process. You should your find recommended code addition in the next release.
We're trying to create a view where we need a horizontal scrollbar with the scroll buttons (left + right). This unfortunately results in an issue where the buttons don't appear on one line.
The layout is something like:
[left]
[horizontal track + horizontal handle]
[right]
Expected:
[left][horizontal track + horizontal handle][right]
I've made a small fiddle where I've updated the example using the Windows XP scrollbar.
http://jsfiddle.net/MichelSelten/0gq18x75/2/
(I've not included the corner class)
I've locally fixed this by updating enscroll.js:
Line 1178+:
I've marked the lines with **>
The text was updated successfully, but these errors were encountered: