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

Macro: Attachment points do not disappear when hover is removed from some monomers. #3899

Closed
Zhirnoff opened this issue Jan 15, 2024 · 4 comments · Fixed by #3911, #3933, #4034, #4035 or #4489
Closed

Comments

@Zhirnoff
Copy link
Collaborator

Steps to Reproduce

  1. Switch to Macro mode
  2. Add monomers to canvas
  3. Select Bond tool
  4. Hover monomers going through one to another
    Note: Also reproduced when hovering monomers connected by bonds

Actual behavior
Attachment points do not disappear when hover is removed from some monomers.

Expected behavior
Attachment points disappear when hover is removed from monomers.

Screenshots

2024-01-15_22h10_57.mp4

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome
  • Version 112.0.5615.138 (Official Build) (64-bit)

Ketcher version
[Version 2.18.0-rc.1]

@Zhirnoff Zhirnoff added this to the Macromolecules Milestone 5 milestone Jan 15, 2024
rrodionov91 pushed a commit that referenced this issue Jan 18, 2024
…d from some monomers

- removed strange setTimeout 1
--
Co-authored-by: Konstantin Zharich <kostantin_zharich@epam.com>
@rrodionov91 rrodionov91 reopened this Jan 18, 2024
@rrodionov91 rrodionov91 reopened this Jan 22, 2024
@rrodionov91 rrodionov91 added this to the Ketcher 2.20.0-rc.1 milestone Feb 19, 2024
@StarlaStarla StarlaStarla linked a pull request Mar 4, 2024 that will close this issue
9 tasks
StarlaStarla added a commit that referenced this issue Mar 4, 2024
StarlaStarla added a commit that referenced this issue Mar 4, 2024
StarlaStarla added a commit that referenced this issue Mar 5, 2024
StarlaStarla added a commit that referenced this issue Mar 6, 2024
StarlaStarla added a commit that referenced this issue Mar 6, 2024
StarlaStarla added a commit that referenced this issue Mar 6, 2024
rrodionov91 added a commit that referenced this issue Apr 17, 2024
…ed from some monomers.

- added AttachmentPoint instance binding to it's html elements
- added pointer-events: none by default for all elements of attachment point and explicitly pointer-events: auto to it's hover area
rrodionov91 added a commit that referenced this issue Apr 18, 2024
…ed from some monomers. (#4482)

- added AttachmentPoint instance binding to it's html elements
- added pointer-events: none by default for all elements of attachment point and explicitly pointer-events: auto to it's hover area
- fixed(reduced) size of attachment point hover area
- fixed case with switching tool by hotkeys

---------

Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
rrodionov91 added a commit that referenced this issue Apr 18, 2024
…ed from some monomers.

- added AttachmentPoint instance binding to it's html elements
- added pointer-events: none by default for all elements of attachment point and explicitly pointer-events: auto to it's hover area
@rrodionov91
Copy link
Collaborator

Finally fixed in #4482

@NadezhdaPeskun
Copy link

Verified as fixed for CI Version
2.21.0-rc.1 Build at 2024-04-26
Indigo Toolkit
Version 1.20.0-dev.1.25-gafde2b35-wasm32-wasm-clang-12.0.0

OS: Windows 11
Browser Chrome
Version 112.0.5615.138 (Official Build) (64-bit)

@Zhirnoff
Copy link
Collaborator Author

Zhirnoff commented May 7, 2024

Tested on release 2.21.0-rc.2
Fixed.

2024-05-07_16h45_54.mp4

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