-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Bug]: Incorrect rotation shown in "Edit Image" #5711
Comments
I have a similar issue, but mine got automatically rotated after the edit window (auto rotate when edit image without any further rotation), I think this is rooted from this piece of code in EditActivity.kt
then
@nicolas-raoul can I work on this problem? |
Even though I cannot reproduce the exact problem (rotated immediately after the Edit Image click), the error on my testing machine is that after clicking "Edit Image" then perform no rotation (click "Save" or "Rotate" 4 times so that the picture gets back to the original position then click "Save"), the image will be rotated 90 degree. Originally, I thought the problem was the logic in @nicolas-raoul PR #5760 might helps, thanks a lot! |
@acemarco1311 Did you get a chance to check my pull request comment at #5760 (comment) ? :-) |
FYI, This is still a problem in Commons apps 5.1.2 small_Screen_Recording_20250213_180512_Commons.mp4 |
Summary
After clicking "Edit Image", picture (always?) seems to be in incorrect orientation (rotated 90 degrees counter-clockwise).
There is related issue #5502, but I'm not sure if that applies?
Steps to reproduce
Step 1 of 4: Media Details
page)Edit Image
Expected behaviour
expect that after clicking
Edit Image
, image will be shown in the same (correct) orientation that is was shown in step2.
aboveActual behaviour
image is shown rotated 90 degrees CCW.
Device name
Samsung Galaxy S23+
Android version
Android 14 (OneUI 6.1)
Commons app version
5.0.1~af028cbdd (latest F-droid)
Device logs
Screen-shots
small_Screen_Recording_20240504_213904_Commons.mp4
Would you like to work on the issue?
None
The text was updated successfully, but these errors were encountered: