Join the Stack Overflow Community
Stack Overflow is a community of 6.5 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I have used angular ui codemirror in textarea for syntax highlighting, line numbers, formatting functionality.

But after integrating ui-codemirror, I am facing typing delay in text area. same delay will occurs if user tries to delete the contents from textarea.

I am using angular.js 1.0.8, codemirror version 4, angular ui codemirror directive.

Does anyone have solution for this?

Thanks, Jay

share|improve this question
    
Do you try to have typing delay ? I did not get it totally? – katmanco Mar 10 '15 at 13:09
    
@katmanco: When I type anything in textarea continuously and then stops at that time, some characters will be displayed after fraction of second, cursor also get stuck for some milliseconds. Same when I tries to delete continuously characters will be deleted after some fraction of seconds not instantly. – Jay Patel Mar 10 '15 at 13:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.