Hi! The input type="text" fields should be rendered but unfortunately, the rendering is at very basic level. Currently, it's implemented using a simple CSS defined in CSSNorm.formsStyleSheet(). Some experiments with these definitions might help you.
Last edit: Radek Burget 2014-12-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello and thank you for your software.
I have a question: is it possible for CSSBox to render html input elements?
It seems to me that elements like
<input type="text" name="firstname">
are not rendered.
I tested this with version 4.1, both as a Maven plugin and by running the demo application from the jar.
Thank you!
Fabrizio
Hi! The input type="text" fields should be rendered but unfortunately, the rendering is at very basic level. Currently, it's implemented using a simple CSS defined in CSSNorm.formsStyleSheet(). Some experiments with these definitions might help you.
Last edit: Radek Burget 2014-12-17
Oops, I have found a bug that might be related. It's fixed by this commit and it will be part of the next release.