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

sap.m.StandardListItem: Icon not correctly aligned vertically #4040

Closed mathlizee closed 1 month ago

mathlizee commented 2 months ago

OpenUI5 version: 1.120.12

Browser/version (+device/version): Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

Steps to reproduce the problem:

<List mode="SingleSelectMaster">
                    <StandardListItem
                        title="Test"
                        icon="sap-icon://company-view" />
                    <StandardListItem
                        title="Test"
                        icon="sap-icon://company-view" />
                    <StandardListItem
                        title="Test"
                        icon="sap-icon://company-view" />
                    <StandardListItem
                        title="Test"
                        icon="sap-icon://company-view" />
</List>

What is the expected result? The icon should be aligned vertically with the text.

What happens instead? image The icon is not aligned vertically with the text (it seems to be lower).

PetyaMarkovaBogdanova commented 2 months ago

Hello @mathlizee , Thank you for sharing this finding. I've created an internal incident DINC0138790. The status of the issue will be updated here in GitHub. Regards, Petya Markova. (UI5 Dispatcher)