You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project there is a "Row/Column" inside a "Row Container". Inside the "Row/Column" which is displayed as flex, there are two elements (Label and Chart). The "Chart" has a height of 100%. This is a constellation which I use very often in my simulators so that the chart uses all the remaining space beneath the label.
Once this structure is made it is not possible any more to select the "Row/Column" element to modify for example its style. I have to clear the height of 100% of the "Chart" element in order to be able to select the "Row/Column" element.
This makes working in the composer very difficult...
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This is related to underlying grapesjs library we use, therefore, we have limited posibilities to improve/fix. However, in currently developed v2.0 version we upgrade to grapesjs and some charts libraries as well.
I created a .bjp-File to show the problem:
problem_container_select.zip
In this project there is a "Row/Column" inside a "Row Container". Inside the "Row/Column" which is displayed as flex, there are two elements (Label and Chart). The "Chart" has a height of 100%. This is a constellation which I use very often in my simulators so that the chart uses all the remaining space beneath the label.
Once this structure is made it is not possible any more to select the "Row/Column" element to modify for example its style. I have to clear the height of 100% of the "Chart" element in order to be able to select the "Row/Column" element.
This makes working in the composer very difficult...
The text was updated successfully, but these errors were encountered: