In TinyMCE 3.x, the image plugin allows you to set the title of the image. In TinyMCE 4.x, this has become disabled as default. This seems like it should be preserved as the default, since it's breaking backwards-compatibility for editors.

This can be enabled using the image_title option for the plugin (see documentation).

CommentFileSizeAuthor
#2 2859553_image_title.patch544 bytesben.kyriakou
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ben.kyriakou created an issue. See original summary.

ben.kyriakou’s picture

Status: Active » Needs review
FileSize
544 bytes

Patch attached

ben.kyriakou’s picture

Component: Code » Editor - TinyMCE

  • TwoD committed a6ab10f on 6.x-2.x
    - #2859553 by ben.kyriakou, TwoD: Enable image title as default with...
  • TwoD committed aacff07 on 7.x-2.x
    - #2859553 by ben.kyriakou, TwoD: Enable image title as default with...
TwoD’s picture

Status: Needs review » Fixed

Makes sense, thanks!

Moved the default value for the setting into the editor form and the editor settings callback so they're easier to override using the form. Plugin options are merged in later so will often override what's set in the form.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.