Release Notes / Version 13.2512.0
Table Of ContentsImproved Shortcuts Description
Dialogs can be moved via shortcuts. The description for these shortcuts have been improved in the the shortcut descriptions overview.
(CMS-29040)
Improved Dialog Accessibility
The close button of all Studio dialogs has an aria label now and can be accessed via keyboard navigation.
(CMS-29037)
Fixed an issue that time zone names were not propertly localized in studio-client
The issue has been fixed by modifying `apps/studio-client/shared/js/timezones-plugin/src/registerTimeZones.ts`. In case you have copied the implementation, please update these changes accoridngly.
(CMS-28912)
Fixed Workflow Sidebar Footer
Fixed issue that the workflow sidebar footer toolbar was not displayed for users, that do not read permissions for a workflow.
(CMS-28699)
Fixed Annotated LinkList Textfields
Fixed issue that the text of an INPUT field within an annotated link list was not selectable via mouse.
This issue has been fixed for Firefox now too.
(CMS-28417)
Fixes: Link Balloon closes on content with multiple richtext editors when opening the library/control room
When the Richtext-Editor, which has a CKEditor5RichTextPropertyFieldDelegatePlugin, looses focus, then the delegated value is applied. Which causes the Link Balloon to close. If the value would not change, avoid applying the value.
(CMS-28369)
Fixed Miscellaneous Aria Roles and Labels
Improved the aria label for the type icon column by adding role “img” and an aria label.
Added aria labels for the image editors rotation actions.
Fixed preview options toolbar aria label.
Fixed toolbar overflow button label.
Changed the header toolbar aria label from Kopf to Site Auswahl, Guides, Info-Center und Benutzermenü.
Added aria role “button” and aria label for the close button of work area tabs.
(CMS-28259)
Repository Tree Accessibility
The aria role of repository tree items has been changed to “treeitem”.
(CMS-28258)
Fixed Widget Button Tooltips
The “Edit” button for dashboard widget has been fixed so that the tooltip adepts depending on its mode. This includes the aria label too.
(CMS-28257)
Fixed Miscellaneous Aria Roles and Labels
Added aria label for the user menu.
Added aria labels for the user menu items.
Added aria labels for direct input fields (everywhere, e.g. also projects and struct editor).
Added aria labels for column headers, telling the users what the name of the column is they are sorting.
Fixed aria label for the collapsible filter panels. The titles have been set properly so that the aria label of the expand/collapse button contains the name of the panel now.
(CMS-28254)
Fixed HTML "lang" Attribute
The “lang” attribute is now set to the “html” element instead of the “body” element where it belongs according to w3c standards.
(CMS-28252)
Tooltips are now activated on Focus
For better accessibility, the tooltips are now not only shown on a mouse hover but also on keyboard focus.
(CMS-28250)
Welcome Widget is now accessible
The links in the welcome widget on Dashboard can be navigated to via keyboard and activated pressing the enter button.
(CMS-28243)
Fixed Library Column Accessibility
The accessibility for columns inside the library (and other grid components) has been fixed: If a column is sortable, the sort order can be toggled via key navigation (Enter key).
(CMS-28239)
Fixed Library Context Menu Accessibility
The accessibility for the context menu in the library has been fixed. The context menu can now be opened via the keyboard shortcut CTRL+Enter.
(CMS-28238)
Added Missing QuickCreate Parameters
Added missing parameters from the QuickCreateAction to the the QuickCreateLinkListMenu so that all configuration possibilities are available there too.
(CMS-28133)
Image Editor: wrongly sorted image transformation strings
The image editor calculates transformation strings if they do not already exist as soon as a user checks out a picture document. The new transformation strings had a wrong order which is now fixed. The order calculated by studio-client is now the same as calculated by studio-server.
(CMS-27993)
Skip unnecessary save action
Method setValue of CKEditor5RichTextArea does not trigger a save action anymore.
(CMS-27643)
Fixed: CKEditor drag&drop imports contents from other systems (e.g. Content-Hub, Commerce) to the site root folder.
When drag&drop from e.g. Content-Hub, Commerce to a CKEditor contents were imported to the site root folder. Now the contents are imported to the same folder as the edited content item.
(CMS-27485)
BoundRadioGroup DefaultValue Warning
The component BoundRadioGroup is logging a warning now, in case no default value has been set. If this value is not set, the change event handling might not work properly and does not result into content updates.
(CMS-27053)
Fixed Miscellaneous Struct Editor Issues
Fixed issue that the markup editor for did not show values or did show values for other markup fields or did not save these.
Fixed errors that happened for markup lists.
Fixed the error that when a property editor dialog was opened for a struct property (e.g. markup or date fields) and the node was cut or deleted, the dialog remained open.
(CMS-26035)
Workflows in ControlRoom inbox are now correctly displayed
When several workflow are created at the same time (e.g., a translation is triggered against multiple target languages), then there are several workflows with the same creation date. When completing one of them it could remain in the inbox even after it is completed. Now the malbehavior is fixed.
(CMS-25975)
Fixed Tree Lazy Loading
Fixed lazy loading issues of the repository tree.
(CMS-25609)
Fixed Connection Recovering
The connection error handling of the Studio client has been improved so that erroneous requests that failed because of connection issues can recover.
(CMS-24059)
Fixed: postMessage origin error
Analysis: InnerPreviewPanelBase#updateNativeScrolling() attempts postMessages too early on the preview iframe. At that point, the iframe is not yet set up and cannot property determine its origin. Fix: Added an additional check for the current origin of the IFrame.
(CMS-21564)


