-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
Description
Creating an Action using the Action(String caption, Icon icon) constructor doesn't work as expected, as the Icon instance is not created in the context menu of the Spreadsheet.
Expected outcome
The constructor should work as expected.
Minimal reproducible example
In ActionFixture, modify the getActions method and make it use the constructor with Icon:
return new Action[] { new Action("Double cell values",
LumoIcon.ANGLE_UP.create()), };Steps to reproduce
- Modify the file mentioned above
- Run the
SpreadsheetIT module withmvn jetty:run - Open http://localhost:8080/vaadin-spreadsheet
- Click on the "Create new" button
- Load the "Action" fixture
- Right-click on any cell
Environment
Vaadin version(s): 24+
Browsers
Issue is not browser related