Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
orlando1409 opened this issue Jun 5, 2017 · 0 comments

Comments

@orlando1409
Copy link

orlando1409 commented Jun 5, 2017

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?

@orlando1409 orlando1409 changed the title ng2-split-pane component does not allow children components to perform mouse hiighliting in order to copy & paste text ng2-split-pane component does not allow children components to perform mouse highliting in order to copy & paste text Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant