New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageRenderer should support font icons #7278
Comments
|
Originally by @jdahlstrom This is a documented lacking feature; using a font icon should result in a server-side exception explaining what is going on. The lack of font icon support is caused by the fact that font icons are very different from other Resources, and supporting them without hacks is not trivial. However, I certainly agree that it is unexpected that they do not work. |
|
Originally by @tmattsso also, sampler has something called FontIconRenderer, which doesn't exist: http://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/renderers |
|
Hello there! It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe. There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too! |
|
Font icons can be rendered using HtmlRenderer easily, see below an example of rendering check mark based on boolean property "something" of the bean
|
|
Closed as duplicate for more generic ticket #7019 |
Originally by @tmattsso
the API for ImageRenderer supports Resources, and font icons are resources. Right now this combination just fails.
Imported from https://dev.vaadin.com/ issue #19214
The text was updated successfully, but these errors were encountered: