SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 262 forks source link

[MultiComboBox]: [STATUS_ACCESS_VIOLATION Error with UI5 MultiComboBox Selection ] #9850

Open SinanOzdemir55 opened 1 week ago

SinanOzdemir55 commented 1 week ago

Describe the bug

When selecting an item from the UI5 MultiComboBox component, the page crashes and redirects to a "STATUS_ACCESS_VIOLATION" error screen, as shown in the attached image. This issue occurs when clicking directly on an item within the dropdown. However, if I click inside the checkbox itself, the error does not occur.

Isolated Example

https://stackblitz.com/edit/github-vcfozo?file=src%2FApp.tsx,package.json

Reproduction steps

1.Navigate to the UI5 page containing the MultiComboBox. 2.Open the dropdown of the MultiComboBox by clicking the input field. 3.Select any item directly from the list. 4.Observe that the page crashes with a "STATUS_ACCESS_VIOLATION" error when clicking the text (does not occur when clicking the checkbox)

OBS:we noticed the error only occur when in combination with Page/ObjectPage and other components. ...

Expected Behaviour

Cliking on text or checkbox should return expected values without issues , also in combination with other components

Screenshots or Videos

image

UI5 Web Components for React Version

2.1.0

UI5 Web Components Version

2.2.0

Browser

Chrome

Operating System

Windows

Additional Context

No response

Relevant log output

STATUS_ACCESS_VIOLATION

Organization

SAP AITMS

Declaration

MarcusNotheis commented 1 week ago

Hi @SinanOzdemir55, thanks for reporting! I just checked your sandbox, but was not able to reproduce the issue (but I'm using a Mac, not Windows like reported in the issue), so I'll forward your issue to the UI5 Web Components team for further investigation.

didip1000 commented 1 week ago

Hi @SinanOzdemir55,

We checked on windows and mac and we weren't able to reproduce the issue described. I actually wasn't able to load the page at all, and once I removed everything else worked fine. Can you please provide more details or another example?

Thanks, Diana P.

SinanOzdemir55 commented 6 days ago

Hello, thank you for your reply. I am currently getting used to reproducing code that will give the same error. I will get back to you as soon as I do.