-
-
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/7579: Allow disabling image resize handles #7654
Conversation
…dResizerThrottled()` callback.
I don't get it. Locally everything is 🟢 🤔 (all tests and |
There was dev-tools update AFAIR and Kamil might be working on it. |
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.
Some minor things to cover. I'm also unsure what to do with another configuration option - but let's wait with this for (#7579 (comment) answer).
packages/ckeditor5-image/tests/imageresize/imageresizehandles.js
Outdated
Show resolved
Hide resolved
@panr unfrotunately, please remove the config option. It's easier to add it later then removed unused ones. If something is doable by adding/removing plugins we prefer that over a configuration. |
I fixed all the minor things. Still don't know how to fix/change the test for |
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.
LGTM 👍
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.
Changes addressed in #7756
Suggested merge commit message (convention)
Other (image): Allow to configure
ImageResize
in a more granular way. For example, by combiningImageResizeEditing
withImageResizeHandles
orImageResizeUI
to resize image by handles or by image toolbar UI components (dropdown or standalone buttons) respectively. Closes #7579.Docs (image): Add a new section to feature documentation for the
Image
plugin about disabling image resize handles.Internal (image): Separate
ImageResizeHandles
plugin from theImageResizeEditing
.Tests (image): Refactor unit tests for
ImageResizeHandles
andImageResizeEditing
.