Umbraco.CMS.Backoffice icon indicating copy to clipboard operation
Umbraco.CMS.Backoffice copied to clipboard

Working repository for the Umbraco Backoffice project

Results 115 Umbraco.CMS.Backoffice issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I know that it's possible to append new workspaceViews to the content/media section but I can see that it would...

type/feature

**Describe the bug** I have a package that replaces the dictionary dashboard with a custom dashboard. When I played with the API to `unregister` a certain extension it did not...

type/bug

**Describe the bug** Caret buttons in the left hand menu have no guidance for accessibility users. This fails WCAG 2.0 & 2.1 rule [4.1.2 - name, role, value ](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html) **To...

type/bug

**Describe the bug** `UmbVariantableWorkspaceContextInterface` is marked as obsolete in RC1 https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/683187c28a0f923f320b075f35b88cd9cd07c2bd/src/packages/core/workspace/contexts/tokens/variant-dataset-workspace-context.interface.ts#L33-L37 The deprecation notice says to Use `UmbVariantWorkspaceContextInterface` instead, but this does not exist in the code base. ? either:...

type/bug

**Describe the bug** In the left-hand content tree, unpublished items are no longer greyed out in v14, and indistinguishable from published items. **To Reproduce** Steps to reproduce the behavior: 1....

type/bug

**Describe the bug** On the `Decimal` property editor, when `Minimum` is set to `0`, a user can still set negative values. When the property's `Maximum` is set to 10, a...

type/bug

Check the property editor for accessibility issues.

community/up-for-grabs

**Describe the bug** When adding a new property to a document type, there is no validation for adding an editor and thus the property can be saved without one. **To...

type/bug

Hovering over the `>` icon when a tree item is selected gives it a different background color. Hard to explain, a picture speaks volumes: ![image](https://github.com/umbraco/Umbraco.CMS.Backoffice/assets/304656/86895514-bca7-4a62-ab9f-0c410e1953b2) I'm on version `14.0.0--beta003.preview.536.gddf663d`

type/bug

I just notice that the behavior of the routed modal (`UmbModalRouteRegistrationController`) is quite strange when clicking on the "back"-button in the browser. The route changes in the address bar and...

type/bug