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.95k stars 1.23k forks source link

P13nPopup and P13nSelectionPanel #3746

Closed rpbouman closed 1 year ago

rpbouman commented 1 year ago

OpenUI5 version: 1.108

Browser/version (+device/version): chrome latest

Any other tested browsers/devices(OK/FAIL): n/a

URL (minimal example if possible): n/a

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

Steps to reproduce the problem:

  1. create a sap.m.p13n.Popup
  2. in the panels aggregation, include a single sap.m.p13n.SelectionPanel
  3. populate the sap.m.p13n.SelectionPanel so it has more items than can fit the dialog
  4. Observe that the scrollbar is missing.

What is the expected result? There should be a scrollbar to scroll to the items that don't fit the dialog

What happens instead? There is no scrollbar

Any other information? (attach screenshot if possible): n/a

The situation can be remedied by including another panel in the panels aggregation.

didip1000 commented 1 year ago

Hi @rpbouman,

I tried recreating it in this JS Bin example but I cannot reproduce the issue.

I see the scroll bar like in the screenshot below:

Screenshot 2023-04-26 at 2 41 03 PM

Can you please provide an example with the broken behaviour?

Thanks,

Diana

rpbouman commented 1 year ago

Hi Diana! Thank you so much for the swift reply! It appears that the behavior is broken in 1.108.0 and 1.108.1, and fixed afterwards. Apologies for the inconvenience, I should have checked the other versions. I will close the issue. Thanks again!