Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18275, comment 9


Ignore:
Timestamp:
03/21/2026 01:56:01 AM (5 months ago)
Author:
gaisma22

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18275, comment 9

    initial v1  
    1 Tested on WordPress 6.9.1 using a fresh install (Docker environment), no plugins, default theme (Twenty Twenty-Four).
     1== Reproduction Report
    22
    3 Steps to reproduce:
    4 1. Uploaded an image (2400 × 1350) to the Media Library
    5 2. Opened the image and clicked “Edit Image”
    6 3. Performed a manual crop and saved the edits
    7 4. Returned to Media Library (Grid view) to inspect the thumbnail
     3=== Environment
     4- WordPress: 7.0-beta1-61709-src
     5- PHP: 8.2.29
     6- Server: nginx/1.29.5
     7- Database: MySQL 8.4.8
     8- Browser: Firefox
     9- OS: Ubuntu
     10- Theme: Twenty Twenty-Five (twentytwentyfive)
     11- MU Plugins: None
     12- Plugins: None (first test), Classic Editor 1.6.7 (second test)
    813
    9 Results:
    10 After applying and saving the crop, the generated thumbnail correctly reflected the cropped image and respected the configured thumbnail cropping behavior from Media Settings.
     14=== Steps taken
     151. Uploaded an image to the Media Library (original size: 2400 × 1350).
     162. Navigated to Media → Selected the image → Clicked "Edit Image".
     173. Performed a manual random crop using the crop tool.
     184. Clicked "Apply Crop" and then "Save Edits".
     195. Returned to the Media Library (Grid View) to observe the thumbnail preview and image behavior.
     206. Repeated the exact same steps after activating the Classic Editor plugin.
     21Result: ❌ Bug is not occurring
    1122
    12 The thumbnail preview displayed a cropped square representation rather than the original full image, which matches expected behavior.
     23=== Expected behavior
     24- After cropping and saving edits, the Media Library thumbnail and edited image should reflect the crop correctly without visual issues or incorrect preview behavior as described in the ticket.
    1325
    14 Could not reproduce the issue on WordPress 6.9.1.
     26=== Additional Notes
     271. Tested first in a clean environment with no plugins active.
     282. Environment was reset and the test was repeated with Classic Editor plugin active.
     293. Behavior remained consistent in both scenarios with no reproduction of the reported issue.
     30
     31=== Screenshots/Screencast with results
     32
     33[[Image(https://i.ibb.co/cXCWqF9s/media-settigs-configurations.png)]]
     34
     35[[Image(https://i.ibb.co/nNh15XV2/manual-crop.png)]]
     36
     37[[Image(https://i.ibb.co/6hydbBy/final-output-grid-thumbnail-preview.png)]]