-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Image editing #23350
Comments
@jasmussen @MichaelArestad Would love your thoughts and further help regarding the design, maybe in particular the zoom controls. |
Some good feedback from #23284 (comment) worth reading for context. Many are already action items here. |
@jasmussen I think I've moved those action items here :) |
We're going to need phpunit tests on the endpoint as well. |
Opened a PR for the REST endpoint, #23368. |
I must be missing something. I loaded up master to test, but this is what I'm seeing: I don't see the tools shown in some of the gifs from #23284. I also see "Crop" instead of the crop icon. Is there another branch I should be testing on? I'm also noticing sometimes the caption toolbar is open when the zoom is open: |
Some things had to change so as to apply a single operation on apply, rather than immediately after each. Some of that is tracked in #23350, and I'll be taking a stab today. |
Was not an action item on this list, but was on feedback in #23284 (comment). #23387 changes the "Edit" button to be the crop icon. It becomes a bit of an umbrella button for even the rotate image feature, but at least it's one click. On that note, in order to truly address this item:
we really need a classname on the image toolbar to specifically target with some handy It should look like this: It would be trivial if we could specifically target the cropping "mode" of the toolbar, and it would really clean up the flow. |
In #23418, I did a bunch of cleanup with the zoom slider. I still think we should move it to the block toolbar, but in case that's an onerous effort, this can potentially serve as a holdover. |
I think we can close this as the separate issues stand on their own. |
This is an issue to track what's left to do for image editing.
There's an issue with server side cropping once the image has been edited several times. Needs investigation.Seems to be fixed with Image editing: preserve crop position through rotations #23374.Nice to have.
The text was updated successfully, but these errors were encountered: