Opened 5 years ago
Last modified 5 years ago
#48469 new defect (bug)
Selecting Media File as image block link creates blob URL if large image still being processed
Reported by: | ianmjones | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
Steps to reproduce...
- In post editor, select image block.
- Use "Upload" button.
- Select a large file, e.g. 5120x2880 image.
- While the image is still being processed (has spinner overlay), select link button on the block and pick "Media File".
When the post is then saved and viewed, the wrapping link will have an href
with a value like "blob:http://example.com/cee61eeb-3bf1-984a-9930-5660bba8a2f8".
If you then go back and edit the post, remove the link from the block, and then re-select Media File as the link type and save the post, expected URL used in post, e.g. "http://example.com/wp-content/uploads/2019/10/image-scaled-2560.png"
Tested with WP 5.3-RC3.
Change History (3)
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
Moving into the milestone for visibility and testing.