Skip to content

when dragging the handler the handler size should also be used. #18

Description

@jcompagner

i patched it by using in the vertical mode:

pane2.elem.css('top', (pos+handler[0].clientHeigth) + 'px');

and in the horizontal mode:

pane2.elem.css('left', (pos+handler[0].clientWidth) + 'px');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions