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
When using Dynamic page the height of inner components are set to 0. Width is inherited correctly.
This change c2c3608#diff-a5fe4f917c905d6488167ea63ca743eb54ef49097953a865162d21e78198fab4R15 introduced container-type:size which broke our page layout.
The workaround is to set height to viewport, hardcoded pixels, but we can't use it because our value has to be dynamic.
I've looked at the issue and it's not expected behavior. The problem, as you identified, is caused by the addition of container-type: size;, which breaks height inheritance. I've prepared a fix that changes it to container-type: inline-size; to restore proper height behavior while maintaining width-based container queries.
I wanted to ask if there is a live version of the Busola Web Components example where we can quickly verify the fix in context? I’ve been trying to reproduce the issue via kyma-project/busola#3812, but the setup requires cluster configuration and custom extension activation.
A deployed demo (or even a hosted version of the current broken state) would help confirm the layout fix and avoid any setup mismatches.
Bug Description
When using Dynamic page the height of inner components are set to 0. Width is inherited correctly.
This change c2c3608#diff-a5fe4f917c905d6488167ea63ca743eb54ef49097953a865162d21e78198fab4R15 introduced
container-type:size
which broke our page layout.The workaround is to set
height
toviewport
,hardcoded pixels
, but we can't use it because our value has to be dynamic.Affected Component
Dynamic Page
Expected Behaviour
Dynamic Page correctly set height.
Isolated Example
No response
Steps to Reproduce
Follow instruction from this issue: kyma-project/busola#3812
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.8
Browser
Firefox, Chrome
Operating System
Linux, MacOS
Additional Context
No response
Organization
Kyma
Declaration
The text was updated successfully, but these errors were encountered: