Ticket #12914 (confirmed Bug)
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
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.