Skip to content

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

Open
@zouyi100

Description

@zouyi100

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: {...}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions