Skip to content

Latest commit

 

History

History
157 lines (96 loc) · 5.02 KB

TODO.rst

File metadata and controls

157 lines (96 loc) · 5.02 KB

High priority

get a highlight or other visual cue.

  • pagebreak is only inserting <!-- pagebreak -->
  • show/hide visual control characters (the pi) doesn't do anything
  • insert/edit attributes. left to right/right to left adds dir attribute to a paragraph, but language doesn't do anything
  • Fonts to big in the dialogues:
    • Paste from word: font to big, insert/cancel buttons disappear
    • resize the smiley widget so it's big enough for 4x4 smileys
    • Insert table Summary field is difficult to edit, wrong layout

Normal priority

  • Instead of having external tinymce repository at src/tinymce, use git submodule
  • Bug: inserting flash video does not work domenkozar/Products.TinyMCE#23
  • Insert/embed media Type does not pull in the correct translations (media_dlg.flash). Inserting iFrame does not work.
  • External link preview throws error: Refused to display document because display forbidden by X-Frame-Options. Solution: just add a link to open the page in new window
  • Always use resolveuids internally, cherry-pick from hexagonit: ce432622ea357f426239573bf6042b8f80804393
  • Last week I discovered a problem with certain custom TinyMCE-plugins and Products.TinyMCE 1.3-beta1: if a custom plugin defines an alternative path (eg. plonetemplates|/++resource++collective.tinymcetemplates.plugin/editor_plugin.js), then this plugin will not be found by TinyMCE. This feature works correctly in Products.TinyMCE 1.2.10. Is this a known problem?
  • Close https://dev.plone.org/ticket/10039 (add tests), https://dev.plone.org/ticket/10571
  • configure Jenkins tests with Plone 3.3, 4.1, 4.2 and 4.3
  • https://dev.plone.org/ticket/11973
  • Bug: opera browser problems

Future releases

To be reported upstream

  • Select multiple lines of unordered list, and try to change the style for them. You can select it from the style dorpdown, but nothing is applied. (list_style.png) This is due to the next bug:
  • Create an unordered list, add 3 items to it, select the second and click on unordered list. The selected line is no longer a list, but if you click it again, it will be a new unordered list, and not a part of the existing one. If there is a list right before the selected one, then it should be part of it.
  • Table - bottom markers do not take padding into account. (table_marker.png)
  • Table - Multiple cell selection does not work. (merge_cells.png)
  • https://github.com/hexagonit/tinymce/cofeatures/mmit/f063d53f97c3afd9eb55f38d62034c50af65955e
  • fixes in skins/tinymce/tiny_mce_src.js
  • fixes in skins/tinymce/plugins/paste/pastetext.html.pt and skins/tinymce/plugins/paste/js/pastetext.js