SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.9k stars 1.23k forks source link

sap.f.FlexibleColumnLayout changes height to 100% on resize event #4071

Open yurakovay opened 2 weeks ago

yurakovay commented 2 weeks ago

OpenUI5 version: 1.124.0

Browser/version (+device/version): Google Chrome Version 126.0.6478.63

Any other tested browsers/devices(OK/FAIL): Microsoft Edge

URL (minimal example if possible): https://stackblitz.com/edit/vitejs-vite-xtyjcf?file=Component.js

User/password (if required and possible - do not post any confidential information here):

Steps to reproduce the problem:

  1. Create a Page with content that has such elements VBox, Hbox (that contains element) and Flexible Column Layout
  2. Flexible Column Layout should have layout="TwoColumnsMidExpanded"
  3. Try to resize the column

A problem occurs when you resize the columns in the FCL, if the FCL is not full screen and there are other elements on the page. For example, the FCL occupies 70% of the page in height, then if you change the width of the FCL column, the height becomes 100% and other objects become invisible.

What is the expected result? The height of the FCL does not change when you resize the column

What happens instead? The height of the FCL changes, thus other elements are not displayed

Any other information? (attach screenshot if possible)

image image

flovogt commented 1 week ago

Thanks a lot @yurakovay for reporting this issue. I have created an internal incident DINC0193778 and the respective team will update the status of the issue here in GitHub.