Stupi / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

relative width on input results in zero width #208

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When setting the width of an input element in a table to a relative size using 
CSS, the resulting width of the input element is zero. The resulting width 
should be a percentage of the container's width, as specified.

Please find an example project attached that shows the problem.
  mvn compile && mvn exec:java

I'm using XHTMLRenderer 9.0.1 from Maven Central as specified in the POM.

With this issue, I'm really having a hard time fitting a form to a page to 
print!

Original issue reported on code.google.com by com-goog...@willem.engen.nl on 4 Sep 2012 at 10:06

Attachments:

GoogleCodeExporter commented 8 years ago
This problem did not occur in R8.

Original comment by com-goog...@willem.engen.nl on 4 Sep 2012 at 10:07