bpmn-io/bpmn-js

The template element(hover) icon rendering error

Open

#2,206 opened on Jul 21, 2024

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (1,249 forks)batch import
backlogbugelement templatesgood first issuemodeling

Repository metrics

Stars
 (7,739 stars)
PR merge metrics
 (Avg merge 4h 59m) (9 merged PRs in 30d)

Description

Describe the Bug

An element is backed by an element template with an attached icon. If I preview the element for append, then the custom icon is not shown.

image

Describe the solution

The preview picks up the custom icon, if @bpmn-io/element-template-icon-renderer is hooked up.

Environment

  • Browser: Chrome 126.0.6478.63
  • OS: macos 14.5
  • Library version: bpmn-js 17.9.1

Contributor guide