vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
16 stars 3 forks source link

Size and space panel advanced input #2122

Open ripla opened 5 years ago

ripla commented 5 years ago

Width, height, margin and padding inputs should support simple arithmetic operations so that user can write e.g. 2m + s and it would translate to calc(2 * var(--lumo-space-m) + var(--lumo-space-s)) in the element's style attribute.

For width and height fields, the Lumo variable to use is --lumo-size-*. For e.g. width the user can type 6m and that would translate to calc(6 * var(--lumo-size-m)).

stale[bot] commented 4 years ago

Hello there!

It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.

There are a few things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!