-
Notifications
You must be signed in to change notification settings - Fork 187
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
Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File #6370
Labels
API
Common UI problems
Bucket: Common UI problems
Priority: High
Severity: Low
Low level visibility to the user
User`s Feedback
Milestone
Comments
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor - updated ketcher to 3.0.0-rc.5
Tested. Bug fixed. 2025-01-28_18h35_15.mp4Desktop:
Ketcher version |
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) (#6376) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
AlexeyGirin
pushed a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) (#6376) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
38 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
Common UI problems
Bucket: Common UI problems
Priority: High
Severity: Low
Low level visibility to the user
User`s Feedback
Description
When inserting a molecule using setMolecule and "Paste from Clipboard,"/"Open from File" the zoom behavior differs. Specifically, after the first paste via "Paste from Clipboard,"/"Open from File" the zoom level changes, causing the molecule to be placed outside the visible canvas when using setMolecule.
Steps to Reproduce
Actual behavior
After pasting a molecule via "Paste from Clipboard," the zoom level changes.
When inserting via setMolecule, the molecule is placed outside the visible canvas.
Expected behavior
The behavior of inserting molecules should be consistent across setMolecule and "Paste from Clipboard." and "Open from File"
The molecule should remain visible on the canvas in both cases.
Screenshots
2025-01-28_11h43_02.mp4
Desktop:
Ketcher version
[Version 3.0.0-rc.4]
Indigo version
[Version 1.28.0-rc.3]
The text was updated successfully, but these errors were encountered: