Opened 9 years ago
Closed 9 years ago
#13855 closed Bug (invalid)
I wanted to disable the paste functionality by using the middle mouse button.can't able to do the restriction by editing the config.js file
Reported by: | vk2853@gmail.com | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.1 |
Keywords: | Cc: |
Description
Steps to reproduce
- Copy an document using middle mouse button
- paste it in the ckeditor by clicking the middle mouse button
We are not planning to add such option to configuration.
You can block the middle-click by listening to click event and checking (button property - https://developer.mozilla.org/en-US/docs/Web/Events/click)