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

Bug for word count plugin #3

Closed
imraphluo opened this issue Feb 27, 2013 · 4 comments
Closed

Bug for word count plugin #3

imraphluo opened this issue Feb 27, 2013 · 4 comments
Assignees
Labels

Comments

@imraphluo
Copy link

There seems to be a bug for this plug-in: when copying and pasting text directly into the text box, the word count would not work unless another key is pressed.

Would we be able to fix that? Thanks!

@ghost ghost assigned w8tcha Mar 10, 2013
@w8tcha
Copy link
Owner

w8tcha commented Mar 10, 2013

which plugin version you are using i cant reproduce this. Just uploaded a new version

@w8tcha
Copy link
Owner

w8tcha commented Mar 29, 2013

should be fixed now

@w8tcha w8tcha closed this as completed Mar 29, 2013
@alessandrogama
Copy link

This part of the bug with character limitation, it still leave exceeds.

@alessandrogama
Copy link

function limitReached(editorInstance, notify) {
limitReachedNotified = false;
limitRestoredNotified = true;

        editorInstance.execCommand('undo');

        if (!notify) {
           counterElement(editorInstance).className = "cke_wordcount cke_wordcountLimitReached";

           editorInstance.fire('limitReached', {}, editor);
        }

        // lock editor

            editorInstance.config.Locked = 1;



    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants