SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
449 stars 101 forks source link

[Toolbar]: [Unable to open popover by ToolbarButton] #6561

Closed 2bno1 closed 4 weeks ago

2bno1 commented 4 weeks ago

Describe the bug

Hi team, we are upgrading ui5 webcomponents to 2.x and here's an issue we find on Toolbar component. Clicking toolbar button does not trigger popover's appearance. https://github.com/SAP/ui5-webcomponents/issues/9997 might be the relevant issue.

Isolated Example

https://stackblitz.com/edit/github-vzyekk?file=src%2FApp.tsx

Reproduction steps

  1. Open https://stackblitz.com/edit/github-vzyekk?file=src%2FApp.tsx
  2. Click "Open Popover" toolbar button
  3. Observe that the popover does not appear

Expected Behaviour

The popover should appear nearby the "Open Popover" toolbar button

Screenshots or Videos

No response

UI5 Web Components for React Version

2.3.2

UI5 Web Components Version

2.3.0

Browser

Chrome

Operating System

macOS 15.0.1

Additional Context

No response

Relevant log output

No response

Organization

SuccessFactors

Declaration

Lukas742 commented 4 weeks ago

Hi @2bno1

you're correct, https://github.com/SAP/ui5-webcomponents/issues/9997 is describing the same issue, so I'm closing this one as a duplicate. In case of additional questions or more information, please address them in the original issue.

Duplicate of https://github.com/SAP/ui5-webcomponents/issues/9997