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

Multi ComboBox Item will cause error when be put in ui5-form #152

Open
1 of 4 tasks
zouyi100 opened this issue Oct 12, 2024 · 1 comment
Open
1 of 4 tasks

Multi ComboBox Item will cause error when be put in ui5-form #152

zouyi100 opened this issue Oct 12, 2024 · 1 comment
Assignees

Comments

@zouyi100
Copy link

zouyi100 commented Oct 12, 2024

Bug Description

When put MultiComboBoxItemComponent into FormItemComponent,
for example
<ui5-form> <ui5-form-item> <ui5-multi-combobox> <ui5-mcb-item *ngFor="let i of [1,2,3]" [text]="'Test' + i"></ui5-mcb-item> </ui5-multi-combobox> </ui5-form-item> </ui5-form>

when click on the label of the selection item, will cause the browser showing Error code: STATUS_ACCESS_VIOLATION

Expected Behavior

working

Steps to Reproduce

  1. Go to 'template.html' add
    <ui5-form> <ui5-form-item> <ui5-multi-combobox> <ui5-mcb-item *ngFor="let i of [1,2,3]" [text]="'Test' + i"></ui5-mcb-item> </ui5-multi-combobox> </ui5-form-item> </ui5-form>
    also import components
  2. start open browser (edge), open combobox, click on label
  3. show error

Isolated Example

Context

  • UI5 Web Components version: {2.1.1}
  • UI5 Web Components for Angular version: {0.3.0 - 0.3.0-rc.15}
  • Angular Version: {17 & 18}
  • OS/Platform: {...}
  • Browser: {edge}
  • Affected component: {...}

Log Output / Stack Trace / Screenshots

Error code: STATUS_ACCESS_VIOLATION

Priority

  • Low
  • Medium
  • High
  • Very High

The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:

  • Breaks entire application or system - High or Very High
  • Accessibility issue - Medium or High
  • Functional issue - Medium or High
  • Visual issue - Low or Medium

Note: The priority might be re-evaluated by the issue processor.

Stakeholder Info (if applicable)

  • Organization: {...}
  • Business impact: {...}
Copy link

Hello @zouyi100, thank you for using ui5-webcomponents-ngx! The ui5-webcomponents-ngx team will triage your issue as soon as possible.

@droshev droshev self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants