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

Exception if you paste from clipboard using Ctrl+Alt+V (Smile insert) #3967

Closed
AlexeyGirin opened this issue Jan 26, 2024 · 1 comment · Fixed by #4000 or #4001
Closed

Exception if you paste from clipboard using Ctrl+Alt+V (Smile insert) #3967

AlexeyGirin opened this issue Jan 26, 2024 · 1 comment · Fixed by #4000 or #4001

Comments

@AlexeyGirin
Copy link
Collaborator

AlexeyGirin commented Jan 26, 2024

Environment details (please complete the following information):

Describe the bug
Exception if you paste from clipboard using Ctrl+Alt+V (Smile insert)

Steps to Reproduce

  1. Make canvas as shown on the screen
    image
  2. Select all
  3. Press Ctrl+C
  4. Press Ctrl+Alt+V keys

Actual behavior
System throws an exception: Convert error! [object Object]
image

Expected behavior
No exception happens, works as intended

@AlexeyGirin AlexeyGirin added this to the Ketcher 2.19.0-rc.1 milestone Jan 26, 2024
@AlexeyGirin AlexeyGirin assigned Nitvex and captain2b and unassigned Nitvex Jan 26, 2024
@ilya-asiyuk-epam ilya-asiyuk-epam self-assigned this Jan 30, 2024
rrodionov91 added a commit that referenced this issue Jan 31, 2024
… insert)

- added fallback to old clipboard api for smarts
rrodionov91 added a commit that referenced this issue Jan 31, 2024
… insert) (#4000)

- added fallback to old clipboard api for smarts

Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
rrodionov91 added a commit that referenced this issue Jan 31, 2024
… insert)

- added fallback to old clipboard api for smarts
rrodionov91 added a commit that referenced this issue Feb 1, 2024
… insert)

- added fallback to old clipboard api for smarts
rrodionov91 added a commit that referenced this issue Feb 2, 2024
… insert) (#4001)

- added fallback to old clipboard api for smarts

Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
@AlexeyGirin
Copy link
Collaborator Author

Fixed.

  • Ketcher Version 2.18.0-rc.4 Build at 2024-02-06; 13:45:28
  • Indigo Toolkit Version 1.18.0-rc.6.0-g98bf384e0-x86_64-linux-gnu-11.2.1

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment