Make WordPress Core

Opened 9 years ago

Closed 4 years ago

#34254 closed defect (bug) (wontfix)

Bug when using the HTML Tag "<progress></progress>" (only when switching to Visual Editor)

Reported by: sprax2013's profile Sprax2013 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3.1
Component: Editor Keywords:
Focuses: Cc:

Description

When I go to Text (in Editor) and write use "<progress>" from HTML to create a Progress Bar, it will be displayed on the Webside. But when I edit it agan or switch to Visual (in Editor) the progrss-Tag will be removed and when saving also on website. Please Fix or create a nice Addon

Change History (2)

#1 @swissspidy
9 years ago

The visual editor only allows for a limited set of HTML elements. <progress> is kinda unusual and probably not allowed by default in TinyMCE. This sounds reasonable to me, as the <progress> alone isn't very useful.

You can hook into the tiny_mce_before_init filter to modify the extended_valid_elements setting.

#2 @sabernhardt
4 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

The TinyMCE editor needs to be extended to support the progress tag. One way is with the tiny_mce_before_init filter (in a custom plugin).

A more user-friendly way is with the Advanced TinyMCE Configuration plugin. On the settings screen, you could add ,progress[id|max|value] to the extended_valid_elements setting to support the tag and a few of its typical attributes.

https://live.staticflickr.com/65535/50958823576_73eb27dc76_h.jpg

Note: See TracTickets for help on using tickets.