Today I upgraded to Vaadin 7.7.7. I compiled the widgetset and created a valo based css. All widgets show up. However, no icons are showing.
Eg: The tree nodes show some weird \foda square image instead of expand/collapse arrows. The richtext also shows just small square boxes like \f12c. When I inspect DOM and check the css this is how it looks like:
I would first recommend you to change font family to use Font Awesome if you want to select from wider selection of icons. The ThemeIcons font is reduced set since Vaadin 7.6., see
Thanks. Not sure how I can act on your information. Can you provide specific steps or point me to the doc on how you followed the Vaadin icons path? Does it involve moving to 8?
I have a problem and it appears that 7.7.7 is broken as it is not working out of the box.There does not appear to be any help or document on how to use something that was changed and apparently broken since 7.6. I just wanted to ensure it wasnt something wrong at my end before I roll back to previous version.
@tatu Yes i have tried that. It did not work. I even tried replacing all occurences of ThemeIcons as other widgets like tree have the same issue and no difference.
I also tried with Vaadin versions, 7.7.3 & 7.6.4 and all versions have the same issue. The libs included in the webapps are
I had this same problem and found that I had a mismatched version of Vaadin and the Vaadin themes. My application used 7.6.8 and Vaadin themes was at 8.0.2. Once I had both at version 7.7.8 the problem was solved.