-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
I/9568 resizing linked images #9598
I/9568 resizing linked images #9598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great 👍
We're missing a "real-life-scenario test", though. Well, as real as resizerMouseSimulator.dragTo()
will allow.
Tests you added check what ._getResizeHost()
would return (which is fine). Still, if the mechanics of the feature changes and _getResizeHost
logic is gone in the future (and its tests...) the code will be vulnerable again. A real-life (user) scenario test will prevent that because it is immune to the changes under the hood.
Suggested merge commit message (convention)
Fix (image): It should be possible to resize a linked image with the image handles. Closes #9568.
Fix (image): It should be possible to resize an image nested in a to-do list. See #9568.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.