#1730 closed defect (bug) (fixed)
More and Next Page buttons broken in TinyMCE
Reported by: | skeltoac | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | minor | Version: | 1.6 |
Component: | Administration | Keywords: | more nextpage bg|has-patch |
Focuses: | Cc: |
Description
This is the quickest fix. By reintroducing support for <img name="..." /> the plugin works again. If the name attribute is out of the question, I can change the plugin to use the class attribute instead.
Also, the plugin list in tinyMCE.init is strictly comma separated. It doesn't get trimmed, so spaces become a monkey wrench.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
"name" in <img /> seems weird to me... is it appropriate?