You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: