OpenUI5 version: 1.71.37 (bug also present on 1.90)
Steps to reproduce the problem:
- Implement an IconTabBar in one view
- in IconTabFilter add a nested view :
<mvc:XMLView viewName="app.view2"/>
- in
app.view2 add this content :
<mvc:View
xmlns="sap.m"
xmlns:mvc="sap.ui.core.mvc">
<Page>
<content>
<Button text="Click me"/>
</content>
</Page>
</mvc:View>
What is the expected result?
See the button and be able to click it.
What happens instead?
The button don't show up but if you remove <Page><content></content></Page> you can see the button.
The problem with that is without Page my ScrollContainer don't work in my nested view.
Any other information? (attach screenshot if possible)
Using UI5 inspector we can see the content is still here but not visible

OpenUI5 version: 1.71.37 (bug also present on 1.90)
Steps to reproduce the problem:
<mvc:XMLView viewName="app.view2"/>app.view2add this content :What is the expected result?
See the button and be able to click it.
What happens instead?
The button don't show up but if you remove
<Page><content></content></Page>you can see the button.The problem with that is without Page my ScrollContainer don't work in my nested view.
Any other information? (attach screenshot if possible)

Using UI5 inspector we can see the content is still here but not visible