Ticket #13550 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

Problem editing a table caption through tinymce if you left the caption blank and saved the page

Reported by: robzonenet Owned by:
Priority: minor Milestone: 4.x
Component: Visual Editor Version: 4.2
Keywords: TinyMCE Cc:

Description

If you enable "Table Caption" when creating a table through tinymce and leave it blank. Then you save the page, it is impossible for the editor to edit the caption without using the "HTML" version of the page. http://dl.dropboxusercontent.com/u/7733060/tinymce-caption-bug.png

The easy fix is to add

caption {
min-height: 1em;
}

to a Plone CSS file.

Change History

comment:1 Changed 3 years ago by kleist

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

comment:2 Changed 3 years ago by maartenkling

It can be accessed using the arrow keys, probably the css option is better.

Note: See TracTickets for help on using tickets.