Skip to content

[1.71] [1.90] Nested view inside icon tab filter #3288

@ClementRoyer

Description

@ClementRoyer

OpenUI5 version: 1.71.37 (bug also present on 1.90)

Steps to reproduce the problem:

  1. Implement an IconTabBar in one view
  2. in IconTabFilter add a nested view : <mvc:XMLView viewName="app.view2"/>
  3. 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
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions