-
In grid it seems the grid overlay overlap the dropup button in footer.
I seems to be because this overlay has `z-index: 5;` while `.umb-editor-footer` only has `z-index: 1;`
When changing `.umb-…
-
I would like Checkbox-list, Radiobutton-list and Dropdown to have the ability to define a data-value, which ´if defined´ will be the stored value instead of the name-value.
Today these data-types o…
-
In the process of migrating a v7 website to v8 I came across an issue with "GetCropUrl()"
This code was not providing a cropped/resized image:
`featuredPost.BlogPostThumbnail.GetCropUrl("blogThu…
-
If a colleague upgrades umbraco, when I pull and restore nuget packages, updated `/umbraco/*` files are not overwritten.
This issue became apparent as a result of the Default.cshtml change causing …
-
## Note: Umbraco HQ has marked this as breaking. Some more info is available below:
Unfortunately fixing this issue led to an unintended breaking change, as you can read below, you will run into th…
-
Hi Andy. I have been playing around with the latest versions of UmbracoMapper (4.2.2) and Umbraco (8.8) and noticing some things are broken. Things I am seeing so far are mapping to BaseNodeViewModel …
-
If you add a new property to a document type from the content section through the info menu, the change will not save properly, the save action succeeds, however you can not use the property in your v…
-
Hi
Just trying out umbraco 8.7 and also trying out Perplex.ContentBlocks. From the QuickStart code..
`
@using Perplex.ContentBlocks.Rendering;
@Html.RenderContentBlocks(Model.Blocks)`
My al…
-
Throughout the documentation when showing how to extend different parts of Umbraco, there is usually included a snippet to show how to wire up an event or register a collection etc via creating a clas…
-
### Is your feature request related to a problem? Please describe.
Currently it is possible to use Umbraco Content as data source. However it doesn't seems Contentment out-of-the-box has a members …