Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIComponent not scrollable #3046

Closed
a-kuller opened this issue Oct 16, 2020 · 3 comments
Closed

UIComponent not scrollable #3046

a-kuller opened this issue Oct 16, 2020 · 3 comments

Comments

@a-kuller
Copy link

OpenUI5 version: newest (CDN)

Browser/version (+device/version): PC Chrome/Edge, Phone: Safari

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

URL (minimal example if possible):
full working example and detailed description (Git project)

all other points are described on the URL.

Further information, SAPUI5 is used in the project. For the test we switched to OpenUI5. Result: same problem.
There is also a SAP Community post about it: https://answers.sap.com/questions/13164019/ui5-problem-when-using-objectpage-in-a-uicomponent.html

@flovogt flovogt self-assigned this Oct 22, 2020
@flovogt
Copy link
Member

flovogt commented Oct 22, 2020

Hello @a-kuller ,
Thank you for sharing this finding. I've created an internal incident 2070425457. The status of the issue will be updated here in GitHub.
Best Regards,
Florian

@flovogt flovogt removed their assignment Oct 22, 2020
@stephania87
Copy link

https://a-kuller.github.io/ui5-error-objectPage/src/error/view/Main.view.xml

  • height:100% is needed for mvc:View, JSView in this view

https://a-kuller.github.io/ui5-error-objectPage/src/error/view/Component.view.js?eval
- height:100% also for the ComponentContainer created for the content of the JSView

In general, the final DOM tree must provide size based on which scrollbar to be calculated. With the added containers on top, each should have a defined height or 100% height up to the HTML element.

@a-kuller
Copy link
Author

a-kuller commented Nov 3, 2020

Hello @stephania87,

thank you very much. It works now, i forgot the height in the ComponentContainer.

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants