jcubic / jquery.splitter

Plugin that split your content with draggable divider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect mouse cursor while resizing using horizontal splitter

rohitkandhal opened this issue · comments

On hover, mouse cursor is ew-resize but when you actually start dragging, mouse cursor changes to ns-resize.

1

If you have elements like this:
$('.v-elem').split({orientation: 'vertical'}); $('.h-elem').split({orientation: 'horizontal'});

then in h-elem mouse cursor on splitter would be of type vertical instead of horizontal.