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

Copy-Paste from a text control also duplicates the node #352

Closed
hthomas92 opened this issue Dec 15, 2023 · 1 comment
Closed

Copy-Paste from a text control also duplicates the node #352

hthomas92 opened this issue Dec 15, 2023 · 1 comment
Labels
bug Something isn't working
Projects

Comments

@hthomas92
Copy link

When pasting text into a node's TextInputInterface control, a copy of a node will be also pasted if present on the clipboard.

Steps to reproduce:

  1. Select a node and press ctrl-c. (This is needed so we have a node on the clipboard).
  2. Select some text in another application and press ctrl-c.
  3. Click into the text input control of any node and press ctrl-v. The text will be inserted into the control, but the originally selected node will be also pasted into the graph.

An alternative way to reproduce is to just select a node with a text input, select the text inside the node, press ctrl-c, then press ctrl-v immediately while still inside the text control, and the node will be duplicated.

The issue is also present when pasting text into a NumberInterface.

@newcat newcat added the bug Something isn't working label Jan 1, 2024
@newcat newcat added this to In progress in V2 Jan 1, 2024
@newcat newcat moved this from In progress to Done but not released in V2 Jan 1, 2024
@newcat
Copy link
Owner

newcat commented Jan 2, 2024

Fixed in v2.3.0

@newcat newcat closed this as completed Jan 2, 2024
@newcat newcat moved this from Done but not released to Done in V2 Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
V2
  
Done
Development

No branches or pull requests

2 participants