wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

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

Open orlando1409 opened 7 years ago

orlando1409 commented 7 years ago

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?