Release Notes / Version 12.2406.2
Table Of ContentsFixed: Problem with Focus in RichtextField
Fixed: When focussing a RichtextField, then clicking away in external app and then clicking again in the same RichtextField, no focus event was fired. The effect was, that changes made to the text (e.g. pasting text from an external app) were not saved. The reason was that in that case the delegation mode was still active.
(CMS-27420)
PublicationContentStateValidator now uses connectionSession
The PublicationContentStateValidator now uses the
connectionSession for running the validators to be
able to validate content that the current user might not have
permissions for.
(CMS-27046)
The link suggester field is now reset
When changing the content tab the suggestion text is now reset so that it isn't from other forms.
(CMS-11873)
New deprecation: CMMedia#getCaption
The method CMMedia#getCaption is unused for a while
and is confusing because the Studio property field
caption is stored in the property
teaserText of CMTeasable. The
method CMMedia#getCaption will be removed, use
CMTeasable#getTeaserText instead.
(CMS-8538)


