umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.36k stars 2.64k forks source link

Umbraco 14 - Block Grid Area size does not save #16640

Open deanleigh opened 1 week ago

deanleigh commented 1 week ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14

Bug summary

Block Grid Area sizes are lost on save

Specifics

No response

Steps to reproduce

Create a block grid Create a layout Resize an area in that layout Save it the size is lost

Expected result / actual result

Sizes of areas would stay as saved


This item has been added to our backlog AB#41872

github-actions[bot] commented 1 week ago

Hi there @deanleigh!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

JoJk0 commented 1 week ago

Duplicate of #16372 ?

deanleigh commented 1 week ago

I think it is the same but I am seeing the columns at 6 columns by default. So even changing a single column from 6 to 12 and save it goes back to 6.

elit0451 commented 5 days ago

Hi both 👋 thanks for reaching out!

We are already working on the column issue with the block grid, so I will close this as duplicate 🙂

iOvergaard commented 4 days ago

Hi everyone, this issue is related to the configuration of the area sizes in the block grid configuration, whereas #16372 concerns saving content blocks with varying sizes. I would reopen this issue to address both problems, even though they might be overlapping.

nielslyngsoe commented 4 days ago

Hi @deanleigh

Thanks for reporting this, I have checked your case with latest code base, thats v.14.1. and here it is working.

Just to be sure my approach that is working is the following:

deanleigh commented 4 days ago

Hey @nielslyngsoe that sounds like the same steps so great news if that is fixed

huwred commented 2 days ago

I'm not sure this is fixed, or a different issue. but if you just add a block element and give it allow in root and two areas of say size 8 and 4, then save. The block element just defaults back to 2 6 column areas

iOvergaard commented 2 days ago

Thanks, @huwred, I will re-open this to investigate.