You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see this exception:
java.lang.ClassCastException: com.openhtmltopdf.render.AnonymousBlockBox cannot be cast to com.openhtmltopdf.newtable.TableCellBox
With HTML <table> <tr> <td style="float:left">something</td> <td>xx</td> </tr> </table>
Granted float:left on a td doesn't make sense but a warning to the log is preferable to an exception if possible.
The text was updated successfully, but these errors were encountered:
We see this exception:
java.lang.ClassCastException: com.openhtmltopdf.render.AnonymousBlockBox cannot be cast to com.openhtmltopdf.newtable.TableCellBox
With HTML
<table> <tr> <td style="float:left">something</td> <td>xx</td> </tr> </table>
Granted float:left on a td doesn't make sense but a warning to the log is preferable to an exception if possible.
The text was updated successfully, but these errors were encountered: