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.97k stars 1.24k forks source link

Scroll behaviour not correct in Object page layout #4166

Open azharnh opened 1 week ago

azharnh commented 1 week ago

OpenUI5 version: 1.128.0

Browser/version (+device/version): Chrome, Desktop

Any other tested browsers/devices(OK/FAIL): Fail

URL (minimal example if possible): https://platformx-d1b6a0fc1.dispatcher.us2.hana.ondemand.com/serviceCatalog/application-logging-service?region=all

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

Steps to reproduce the problem:

  1. Open above given link
  2. Try to scroll down
  3. You can observe there is sudden jump in the screen.

What is the expected result? The scroll behaviour should be smooth, switch between expanded heading and snapped heading should be smooth.

What happens instead? Switch between expanded heading and snapped heading is not proper. Screen jumps while switching.

Any other information? (attach screenshot if possible) Please refer to the gif file. 2024-11-21_00-40-27 (1)

ivoplashkov commented 6 days ago

Hello @azharnh,

Thank you for reporting this issue and providing access to your application.

After reviewing it, I noticed that your application includes significant custom CSS modifications. These customizations appear to affect the behavior and layout of the ObjectPage component, potentially leading to the scrolling issue you’ve described.

In order to help us identify and resolve the issue effectively, could you please provide an isolated example (e.g., a minimal reproducible scenario using tools like jsbin? This would allow us to determine whether the problem lies in the ObjectPage implementation itself or if it is being influenced by the custom CSS or other external factors in your application.

To assist you further:

  1. You could start by removing your custom styles temporarily to see if the issue persists. If the issue disappears, it’s likely that the custom CSS is contributing to the behavior.
  2. If the issue persists even without custom CSS, then it might be a bug in the ObjectPage, and we’d be happy to investigate further with the isolated example.

Looking forward to your feedback!

Best regards, Ivaylo