bpmn-io/bpmn-js

A bug occurs when deleting a box :A DOM element reference is required, But there is no problem using shift to select

開放

#2,221 建立於 2024年8月19日

 (11 則留言) (0 個反應) (0 位負責人)JavaScript (1,249 個分叉)batch import
backlogbuggood first issuespring cleaning

倉庫指標

星標
 (7,739 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Describe the Bug

I don't know if this is a feature: shift+left mouse button to select the element dragged into the canvas, and then use the shortcut key del to delete, a bug will appear: console.ts:40 unhandled error in event listener Error: A DOM element reference is required, But there is no problem using shift to select

Steps to Reproduce

Shift+left mouse button selects the elements dragged into the canvas, and then uses the shortcut key del to delete shift+left mouse button to select the elements dragged into the canvas, and then uses the shortcut key del to delete

The following cases occurred in:https://demo.bpmn.io/s/start

https://github.com/user-attachments/assets/3b263e7e-f539-4618-9e6a-990f23684291

Expected Behavior

Delete the node selected by the box

Environment

  • Browser: [Chrome 127.0.6533.120]
  • OS: [e.g. Windows 11]

貢獻者指南