Ticket #12914 (confirmed Bug)

Opened 4 years ago

Last modified 4 years ago

TinyMCE Advanced table settings do not take effect

Reported by: frisi Owned by:
Priority: minor Milestone: 4.x
Component: Visual Editor Version: 4.1
Keywords: tinymcetable Cc:

Description

Editing the "Table row properties" or the "Table cell properties" does not have any effect on the producted html code.

it's confusing to users to have all kind of options to choose from but none of them do actually work (with a default plone installation)

you can get things working by tweaking safe_html transform (eg to allow to set the width of a cell #11722) but for certain other tasks (eg allow <video> tags with src attributes) wou'll have to patch TinyMCE.utility.TinyMCE.getValidElements.

this has been reported and fixed 2 years ago by removing the settings form the dialog #10535

i'd suggest to disable the buttons(and context menu) for editing row and cell properties by default. users who configured safe_html accordingly sould be able to re-activate those buttons again.

tested using plone 4.1.5 and tinymce 1.2.12

Change History

comment:1 Changed 4 years ago by eleddy

  • Status changed from new to confirmed
  • Component changed from Unknown to Visual Editor

tested on 4.3 with newest tinymce and confirmed this is still an issue. alignment doesn't work in preview or when saved, width and height works in preview but not when saved.

Last edited 4 years ago by kleist (previous) (diff)

comment:2 Changed 4 years ago by fsesser

Confirmed in Plone 4.2 and TinyMCE 1.2.12. I'd rather have the functionality work instead of the fields removed.

Last edited 4 years ago by fsesser (previous) (diff)
Note: See TracTickets for help on using tickets.