SAP/ui5-webcomponents-react

[Button][MessageBox]: Button focus outline is different compared to previous version of UI5WC

Closed this issue · 1 comments

Describe the bug

Button focus outline is different compared to previous version of UI5WC.

UI5WC 1.14.0 version has white dotted line
ui5_1_14_0

After upgrading to UI5WC 1.23.3 version, it has black solid line

ui5_1_23_3

Isolated Example

No response

Reproduction steps

Sample app created in codesandbox and shared below

Ui5WC-1.23.3 -> https://codesandbox.io/p/sandbox/ui5wc-1-23-3-4xskyj
Ui5WC-1.14.0 -> https://codesandbox.io/p/sandbox/ui5wc-1-14-0-5j5l89

Expected Behaviour

No response

Screenshots or Videos

No response

UI5 Web Components for React Version

1.26.2

UI5 Web Components Version

1.23.3

Browser

Chrome

Operating System

MacOS

Additional Context

No response

Relevant log output

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.

Hi @tapanprakasht

we moved to StackBlitz as our preferred web IDE/sandbox as it's not possible anymore to edit codeSandboxes with a free plan.

This issue was fixed with v1.24.0 of ui5-webcomponents (currently compatible ui5-webcomponents-react versions are all minor versions since v1.27.0).

Duplicate of SAP/ui5-webcomponents#8480