vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

Designer doesn't show vaadin:icons #2456

Open kmosakowski opened 1 year ago

kmosakowski commented 1 year ago

Steps to reproduce

Create tag vaadin-icon and set some vaadin:icons in attributes.

Actual behavior

Creating <vaadin-icon icon="vaadin:dashboard"></vaadin-icon> icon in the designer does not appear. But creating <vaadin-icon icon="lumo:user" size="1000"></vaadin-icon> everything is fine.

Note that lumo:user works, but vaadin:dashboard doesn't

vaadin:icons don't show in the designer and even in a web browser in preview clicking "open designer in browser..."

Preview in Designer with attributes: image

When I run an application in developer/production mode everything is ok.

Expected behavior

vaadin:icons will show in designer like lumo:icons

IDE, Designer and OS version

szolo commented 1 year ago

Hello @kmosakowski, thanks for reporting. I will check. Am I right that lumo:user icon is shown correctly?

kmosakowski commented 1 year ago

Hi, @szolo

Yes, not only lumo:user but lumo:<> everything is shown correctly.