sap.m.GenericTile: TileContent exceeds the GenericTile borders if GenericTile is deactivated
OpenUI5 version: 1.105.0
Browser/version: Chrome 106.0.5249.12 (FAIL)
Any other tested browsers: Edge 104.0.1293.63 (FAIL)
What is the expected result?
Enabled:
Disabled 
What happens instead? (bottom left corner)
Disabled: 
Code Example
<mvc:View
controllerName="sap.ui.demo.basicTemplate.controller.Home"
displayBlock="true"
xmlns="sap.m"
xmlns:semantic="sap.f.semantic"
xmlns:l="sap.ui.layout"
xmlns:mvc="sap.ui.core.mvc">
<semantic:SemanticPage
id="page"
headerPinnable="false"
toggleHeaderOnTitleClick="false">
<semantic:content>
<l:HorizontalLayout allowWrapping="true">
<GenericTile class="sapUiSmallMargin tileLayout"
systemInfo="Coming soon"
frameType="TwoByOne"
header="User Management"
subheader="Personnel"
valueColor="None"
press="press">
<TileContent footer="Users">
<NumericContent value="0" icon="sap-icon://private" withMargin="false" />
</TileContent>
</GenericTile>
<GenericTile class="sapUiSmallMargin tileLayout"
state="Disabled"
systemInfo="Coming soon"
frameType="TwoByOne"
header="Admin Management"
subheader="Administration"
valueColor="None"
press="press">
<TileContent footer="Users">
<NumericContent value="0" icon="sap-icon://employee" withMargin="false" />
</TileContent>
</GenericTile>
</l:HorizontalLayout>
</semantic:content>
</semantic:SemanticPage>
</mvc:View>
Hello,
The issue is not reproducible in UI5 demokit samples.
Could you please provide a URL with an example of the isolated control and the issue.
Hey @ndeshev,
thanks for your reply.
I experimented a bit further and the error occurs when frameType != OneByOne and systemInfo != "". I've modified a DemoKit sample as an example here: codesandbox.io/s/determined-carlos-34ihlv. The index.html may take a while to load.
Hello @xLexip , Thank you for sharing this finding. I've created an internal incident 2270115808. The status of the issue will be updated here in GitHub. All the best, Florian
Hello @xLexip,
This has been fixed from the release 1.108.4.
Regards, Abhishek