Opened 3 years ago
Last modified 4 months ago
#57489 new defect (bug)
Media items, which have already been uploaded, disappear when the upload dialog box is closed and then opened again.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | major | Version: | 6.1.1 |
| Component: | Media | Keywords: | has-screenshots has-test-info reporter-feedback |
| Focuses: | javascript | Cc: |
Description
I followed the following steps and got this error:
1) Freshly created a new WordPress site.
2) Created a new page and opened it in the block editor
3) Added a new gallery block
4) Clicked "Media Library"
5) Uploaded new images
6) Uploaded 20 images
7) Closed the dialogue box and opened it back up.
8) Selected a few images and clicked "Create a new gallery"
9) After it went to the "Edit Gallery" window, I closed it by clicking the cross button
10) Clicked "Media Library" again to create the Gallery block
11) Selected photos again and clicked "Create a new gallery"
12) When it again went to the Edit Gallery window, I clicked "Add to gallery"
13) Shows "No media items found", even though I have a lot of images uploaded.
Here are my setup details:
i) OS: Ubuntu 20.04.5 LTS
ii) Using Local by Flywheel
iii) Web server: Nginx
iv) PHP Version: 8.1.9
v) MySQL: 8.0.16
vi) WordPress: 6.1.1
vii) Browser: Opera
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #core-test by ironprogrammer. View the logs.
3 years ago
#2
@
3 years ago
- Keywords needs-testing has-testing-info added; needs-patch removed
Thank you for the detailed report, @shamayel007! I'm marking this ticket for reproduction testing.
#3
@
3 years ago
Reproduction Report
I have been trying to reproduce the issue, and probably we need to clarify the expected result and behaviour. The behaviour, which I got, is also not clear to me.
Environment
- OS: macOS 13.1
- Web Server: Nginx
- PHP: 7.4.1
- WordPress: 6.1.1
- Browser: Chrome 109
- Theme: Twenty Twenty-Two
Active Plugins: none
(I used Local to build a clean WordPress environment).
Actual Results
- Go to create new page.
- Insert Gallery block.
- Click Media Library.
- Upload 3 JPEG images.
- Choose 1 image and click "Create a new gallery".
- Close the popup by clicking X.
- Click Media Library in the Gallery block -> you are in "Edit gallery", which is empty (I would expect it to be empty).
- Click "Add to gallery" in the left side menu -> you see Media library with 3 uploaded images.
- Choose 1 image and click "Create a new gallery".
- Close the popup by clicking X.
- Click Media Library in the Gallery block -> you are in "Edit gallery", which is empty (I would expect it to be empty).
- Click "Add to gallery" in the left side menu -> you see Media library with only 2 uploaded images.
- Choose 2 images and click "Create a new gallery".
- Close the popup by clicking X.
- Click Media Library in the Gallery block -> you are in "Edit gallery", which is empty (I would expect it to be empty).
- Click "Add to gallery" in the left side menu -> you see Media library which is empty.
I suppose this is the problem.
- However, now close the popup by clicking X.
- Click Media Library in the Gallery block -> you are in "Edit gallery", which is empty (I would expect it to be empty).
- Click "Add to gallery" in the left side menu -> you see Media library with 3 images.
#5
@
4 months ago
- Keywords reporter-feedback added; needs-testing removed
Reproduction Report
Description
This report validates whether the issue can be reproduced.
Environment
- WordPress: 7.0-alpha-61507
- PHP: 8.3.30
- Server: PHP.wasm
- Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
- Browser: Chrome 144.0.0.0
- OS: Linux
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Steps to Reproduce
- The same steps as the reporter above.
Actual Results
- ❌ Error condition doesn't occur (not reproducible).
- The media library is not empty.
Additional Notes
- The bug as described by the reporter doesn't appear.
- When you follow the steps described by @dariak, the media library becomes empty momentarily. Then it's not after closing and opening the modal.
Supplemental Artifacts
ScreenCast:
https://files.catbox.moe/m0h38t.webm
Bonus video of steps as described by @dariak:
https://files.catbox.moe/c0dco3.webm
#6
@
4 months ago
This ticket needs more info from the reporter, as this bug seems to be inconsistent. I was also having problems reproducing the another bug you reported 57488. Which also happens when you upload images through media library on the gallery block. I'm inclined to think this is an issue with the media library modal as a whole or this only happens when accessed through gallery block. But this definately needs to additional investigation.













Shows "No media items found" even when a lot of images are already uploaded.