We just tried to convert a page from our (online) code review tool to PDF. Some information is presented via HTML form elements, especially <select>. They were not converted as expected:
Example:
We got:
But we expected "Suggestion" in the box!
Is this a bug, or is it just not implemented yet?
Example:
Type: <select name="comment_state_metric|Type|9|1030|1|0">
<option value="Info">Info</option>
<option value="Style">Style</option>
<option selected="selected" value="Suggestion">Suggestion</option>
<option value="Minor">Minor</option>
<option value="Major">Major</option>
<option value="Severe">Severe</option>
<option value="Question">Question</option>
<option value="Good Job">Good Job</option>
</select>
We got:
But we expected "Suggestion" in the box!
Is this a bug, or is it just not implemented yet?
- - -
Johann