silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 822 forks source link

4.3.0 regression / TinyMCE image caption alignment regression #8520

Open dnsl48 opened 6 years ago

dnsl48 commented 6 years ago

Affected Version

4.3.0

Description

Image caption cannot be realigned independently of the image anymore.

Steps to Reproduce

Browser: Chromium Version 70.0.3538.67 (Official Build)

  1. Go to the admin panel
  2. Open a content page to edit (or create a new one)
  3. In the content section press "Insert from Files"
  4. Pick an image (or upload a new one)
  5. Choose Alignment "Center"
  6. Add any caption text
  7. Press "Update/Insert"
  8. Try to realign the caption text within the text editor to "Left"

The caption text always stays centered.

Notes

PR

dnsl48 commented 5 years ago

Partially fixed by https://github.com/silverstripe-themes/silverstripe-simple/pull/59 Realignment for caption still does not work correctly.