Skip to content

ng2-split-pane component does not allow children components to perform mouse highliting in order to copy & paste text #30

@orlando1409

Description

@orlando1409

when having a child element containing input, textares or span elements, it´s not possible to highlight with the mouse to copy and paste text. A work-around was to cancel the mouse move event for each of thoses elements like this:
(mousemove)="$event.stopPropagation();"
but that is not a centralized solution.
is there any option to avoid cancelling the moousemove event manually on each element containing text?

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