Make WordPress Core

Opened 3 months ago

Last modified 3 months ago

#64105 new defect (bug)

TinyMCE in classic editor does not support modern video formats

Reported by: blackstar1991's profile blackstar1991 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.8.3
Component: General Keywords: needs-patch
Focuses: ui, javascript Cc:

Description

https://i.ibb.co/Sw1793Xr/1m.jpg
https://i.ibb.co/35vKpfjh/2m.jpg
WP does not support webp, avi formats for the classic editor. Can someone help and make them uwaliable like in Block Templates ?

Change History (3)

#1 @nabilaminhridoy
3 months ago

  • Focuses javascript added
  • Keywords needs-patch added
  • Version set to 6.8.3

Hi there 👋

I’ve tested this issue on the latest WordPress 6.8.3 with the Classic Editor plugin (v1.6.3) and can confirm that the problem still exists.

When trying to insert .webp or .avi files via the “Add Media” modal in TinyMCE, the files are not recognized or previewed correctly.
Meanwhile, the Block Editor supports .webp uploads and displays them as expected.

This seems to be related to the allowed MIME types or TinyMCE’s media plugin configuration in the Classic Editor integration.

Steps to reproduce:

  1. Activate the Classic Editor plugin.
  2. Go to “Posts → Add New”.
  3. Click “Add Media” and try uploading a .webp or .avi file.
  4. The file is rejected or not displayed in the editor.

Expected:
The Classic Editor should handle .webp and modern video formats similar to the Block Editor.

If needed, I can help test or submit a patch for this.

@nabilaminhridoy

Version 0, edited 3 months ago by nabilaminhridoy (next)

This ticket was mentioned in Slack in #core by amykamala. View the logs.


3 months ago

#3 @joedolson
3 months ago

  • Focuses accessibility removed
Note: See TracTickets for help on using tickets.