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

Odd copy-paste behaviour #6

Open
pdeschen opened this issue Oct 21, 2011 · 2 comments
Open

Odd copy-paste behaviour #6

pdeschen opened this issue Oct 21, 2011 · 2 comments
Assignees

Comments

@pdeschen
Copy link
Contributor

Hello,

It seems that copy-paste behaviour is not acting as expected within the sandbox div. The only way I could copy text from the sandbox was to first select text with the mouse, hold the left button then hitting ctrl-c. Could this be related to the way the sandbox grabs keystrokes and such?

Ubuntu Linux + Chrome if that matter.

@wjcrowcroft
Copy link
Member

Yeah, I think I have an idea of why this is. I'll look into it, cheers.

@ghost ghost assigned wjcrowcroft Oct 21, 2011
@luisochoa
Copy link

luisochoa commented Jun 6, 2018

This may be 7 years old but it isn't resolved so here's a solution:

Simply comment or delete all of this in sandbox-console.js line 181 and it should work.

this.el.delegate(".output", {
        click : this.focus
});

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

3 participants