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

Strange style of active and inverted sap.m.ObjectStatus control used in sap.ui.table.Column #4086

Closed
AnastasyaNN opened this issue Jul 8, 2024 · 2 comments
Assignees

Comments

@AnastasyaNN
Copy link

OpenUI5 version: 1.120.17

Browser/version (+device/version): latest chrome

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

URL (minimal example if possible): https://sdk.openui5.org/1.120.17/#/entity/sap.ui.table.Table/sample/sap.ui.table.sample.Basic/code

User/password (if required and possible - do not post any confidential information here): -

Steps to reproduce the problem:

  1. Go to the sample https://sdk.openui5.org/1.120.17/#/entity/sap.ui.table.Table/sample/sap.ui.table.sample.Basic/code
  2. Add column with ObjectStatus control:
    <Column width="6rem"> <m:Label text="ObjectStatus" /> <template> <m:ObjectStatus inverted="true" active="true" state="Warning" icon="sap-icon://message-warning"/> </template> </Column>
  3. See the style of the ObjectStatus

What is the expected result? Style is correct. It works on 1.121.5, 1.122.1, etc.:
image

What happens instead? Style is broken. It doesn't work on 1.120.17 with long-term maintenance:
image

Any other information? (attach screenshot if possible) -

@GerganaKremenska GerganaKremenska self-assigned this Jul 9, 2024
@GerganaKremenska
Copy link
Member

Hello @AnastasyaNN ,
Thank you for sharing this finding. I've created an internal incident DINC0205553. The status of the issue will be updated here in GitHub.

Regards,
Gergana

@gerym
Copy link
Contributor

gerym commented Jul 25, 2024

Hello @AnastasyaNN ,

I had internal discussion with the team and since version 1.120 is a long running it has a strict rules for downporting changes and unfortunately the fix of visualisation of ObjectStatus doesn't fulfill those requirements.
Therefore it will not be fixed for this version.

Sorry for the inconvenience.

Best Regards,
Gery

@gerym gerym closed this as completed Jul 25, 2024
@gerym gerym added wontfix and removed in progress labels Jul 25, 2024
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