Object Page Layout: Setting "true" both properties "alwaysShowContentHeader" and "showTitleInHeaderContent" results in a broken layout
See original GitHub issueOpenUI5 version: 1.36.4
Browser/version (+device/version): Chrome Windows
URL (minimal example if possible): https://openui5beta.hana.ondemand.com/explored.html#/sample/sap.uxap.sample.ObjectPageHeaderExpanded/preview
Steps to reproduce the problem:
- Configure the ObjectPageLayout HeaderContent to be always visible on desktop and display the image, title, subtitle.
<ObjectPageLayout id="ObjectPageLayout" alwaysShowContentHeader="true" showTitleInHeaderContent="true"> <headerTitle> <ObjectPageHeader id="headerForTest" headerDesign="Light" objectTitle="Title" objectSubtitle="subtitle" objectImageShape="Circle" objectImageURI="misc/images/test-profile-picture_m.png" isObjectIconAlwaysVisible="false" isObjectTitleAlwaysVisible="false" isObjectSubtitleAlwaysVisible="false"></ObjectPageHeader>
What is the expected result? Expect to see the HeaderContent always visible and fixed on top when scrolling
What happens instead?
The HeaderContent is added below the section texts and is scrollable
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Created a JSBin also and updated my last comment
Hi, thanks for the report, tracked internally as 1670298408
Regards Andreas