-
Notifications
You must be signed in to change notification settings - Fork 27
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
Copy functionality not operating #164
Comments
Can you clarify this? I may have misunderstood. Are you saying that if you copy a 'blank' cell (i.e: a cell containing the empty string) and paste it over a cell that has content in it, the expected behaviour should be that the cell retains its existing content? In that situation, I would expect this to do what it does now (i.e: overwrite the content of the target cell with empty string). |
Hi @chris48s What I described should have stipulated 'select a cell with content, select or keyboard shortcut for copy, then paste to an empty cell.
|
Just to clarify, that gif is recorded with 897f235 which isn't (yet) a tagged release |
@Stephen-Gates pretty much what Chris said RE why downloaded packages do not do this yet. |
Same
It always says Comma Chameleon there for me. I wonder if that's a platform thing.. What OS are you running on?
Yep I guess the other thing worth looking at would be dependency versions. I've got |
Hey @chris48s I've got the same dependency versions for both HandsOnTable and electron-prebuilt as you. |
OK. I'm running Ubuntu, which is what that Gif record was from. I can also test a Windows build if necessary but I don't use Macs. If you Separately, I'm not sure if the title saying "Electron" or "Comma Chameleon" is:
Mine has always said Comma Chameleon in the title bar - see these screenshots from ~6 months ago: That's also what I get if I grab a Windows build: This recent-ish screenshot posted by @Stephen-Gates seems to show a build on MacOS showing the title as "Comma Chameleon": ..but as I say, I'm unclear if this is related to the topic issue or not? |
Hey @chris48s Checked out The Title Bar stuff is probably a red herring to this issue, and maybe not consequential overall, because for the end user that field is populated using the |
OK so 69a9aef is the commit where we modified cut/copy/paste etc such that they are implemented using the HandOnTable functions. If 69a9aef works for you then that can't be the issue - it must be something else that has changed since. I guess the next thing I would do is stick a I wonder if the Undo/Redo/Select All functions work for you? |
Steps to reproduce bug:
Utilise shortcut for copy (CMD/CTRL+V) or click Menu>Edit>Copy.
Attempt to paste to empty cell (no content should be pasted).
Other related menu items like CUT and PASTE do function as anticipated .
The text was updated successfully, but these errors were encountered: