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

Provide block (as opposed to row based) copy/paste/cut #13

Closed
ogt opened this issue Apr 13, 2013 · 0 comments
Closed

Provide block (as opposed to row based) copy/paste/cut #13

ogt opened this issue Apr 13, 2013 · 0 comments

Comments

@ogt
Copy link
Owner

ogt commented Apr 13, 2013

I'm offering $60.00 on oDesk for someone to do this task: https://www.odesk.com/jobs/~01307bdb63e2197adf

Today in order to use anything that you draw with the boxchareditor you need to select with the mouse the area and then copy it. The problem with this approach is that the area selected is the corresponding html rows ... while often the area that you want to copy is defined based on a rectange .. similar to drawing editors.
So it would be nice to allow a similar functionality.
Now given that

  1. actual copying into the clipboard is non-obvious
  2. creating anything that provides a wysiwyg interface for the selection process is non-obvious

the simplest implementation for this would be to add a current col, row display so as the user can see the current row and column of the cursor
and then add a
[select area]
from : [column] [row]
to : [column] [row]

which when pressed it will popup a text dialog box with all the enclosed from -> to pasted in it and selected.

[column] and [row] are text input boxes that display in grayed text column and row to explain what the user needs to input (the text disappear on click)


Budget : $60
Skills : node.js javascript
gkamal added a commit to gkamal/boxchareditor that referenced this issue May 20, 2013
gkamal added a commit to gkamal/boxchareditor that referenced this issue May 20, 2013
gkamal added a commit to gkamal/boxchareditor that referenced this issue May 20, 2013
ogt added a commit that referenced this issue May 21, 2013
added support for block copy as described in issue #13
ogt added a commit that referenced this issue May 22, 2013
…y-region

added test for checking invalid bounds for copy function (for issue #13)
@ogt ogt closed this as completed May 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant