question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CTRL + X is not reflecting on text-area(#game_description).

See original GitHub issue
    $('#game_description').trumbowyg({
        resetCss: true,
        removeformatPasted: true,
        autogrow: true,
        svgPath: trumbowygIcons
    }).on('tbwchange', function(contents, $editable){
        $('#game_description').val(contents.target.value);
    });

Whenever i pressed CTRL + X then Textarea not updated.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
manaswigirlscollegecommented, Aug 19, 2016

Thank you… 😃 Now it is working.

0reactions
supercharlezcommented, Sep 17, 2018

Yes silly me I was using the last version on a cdn and not the one on Github. Thank you so much

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to detect Ctrl+V, Ctrl+C using JavaScript? - Stack Overflow
I need to restrict pasting in my textareas, end user should not copy and paste the content, user should only type text in...
Read more >
Wpf cut text not working · Issue #526 · picoe/Eto - GitHub
When using the cut shortcut Ctrl+X in a TextArea or TextBox it hangs for a little bit (0.5-1second) and then shows this message...
Read more >
Only Ctrl+c not working. I have windows 7? (Ctrl-v, ctrl-x etc ...
For example Catalyst Control Center was hijacking Alt+Shift+C. Other solution would be revmap your copy shortcut to Ctrl+g or other.
Read more >
Keyboard Shortcuts for Mac OS X
Standard Shortcuts ; Undo, Ctrl Z ; Redo, Ctrl Y ; Cut, Ctrl X ; Copy, Ctrl C ; Paste, Ctrl V.
Read more >
How to detect copy paste commands Ctrl+V, Ctrl+C using ...
To detect the combination of keys with “Ctrl”, we use the ctrl property of the keydown event. It returns a “boolean” value to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found