Closed Solaiappan closed 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.
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.