jstoudt / enscroll

A jQuery plugin for custom scrollbars
http://enscrollplugin.com
Other
73 stars 46 forks source link

Horizontal scroller is not working #45

Closed Solaiappan closed 10 years ago

Solaiappan commented 10 years ago

Hi,

IN the below jsfiddle, i disabled vertical scrolling and enabled horizontal scrolling. It is not working. And scrollbar is invisible.

http://jsfiddle.net/PGuB5/434/

And i am getting the below exception as well. Can anybody help me on this.

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

jstoudt commented 10 years ago

@Solaiappan Thanks for catching this. When both vertical and horizontal scrolling are enabled, I have to add an invisible element to the scrollpane so that pane can scroll far enough to the right so that vertical scrollbar is not covering the pane content. This invisible element is not needed when only horizontal scrolling is enabled, causing the error you stated above.

This has been fixed in version 0.6.1 and is available on enscrollplugin.com immediately.