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

double pasting #13

Open
pearsonw opened this issue Sep 26, 2014 · 3 comments
Open

double pasting #13

pearsonw opened this issue Sep 26, 2014 · 3 comments

Comments

@pearsonw
Copy link

In firefox 31, chrome 37.0.2062.120, and safari a paste operation (Ctrl V) results in a double paste. This does not happen in ie 10.
Aside: In Firefox and Chrome the menu edit/paste option is blocked
Aside: IE10 pops up the message to use Ctrl V when you use Ctrl V. Actually the menu Edit/Paste selection works.
The editor is embedded in html which repeats for each item in a collection of items
wysiwyg version 1.1.1
knockout 3.1.0
jquery 2.1.1
tinymce - latest - pulling from cdn

@aeinbu
Copy link

aeinbu commented Nov 4, 2014

I'm just now having the same problem. Where you able to fix it?

@zoltankerekes
Copy link

Just remove these lines:

    if ( !config['plugins'] ) {
        config['plugins'] = [ 'paste' ];
    } else if ( $.inArray( 'paste', config['plugins'] ) === -1 ) {
        config['plugins'].push( 'paste' );
    }

@mpitz
Copy link

mpitz commented Apr 16, 2015

I had the same problem, it turned out that I had the "paste" plugin listed twice in the plugin list.

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

4 participants