Column size for dataTables_scrollBody TDs wrong on Webkit
Column size for dataTables_scrollBody TDs wrong on Webkit
ips_chad
Posts: 1Questions: 0Answers: 0
See example: http://jsfiddle.net/ips_chad/AJ8nm/
Works fine in FF 6, IE8, but breaks on Chrome/Safari (probably any Webkit, but only tested it on Mac).
The problem only appears when an individual cell wraps onto multiple lines.
I've filed a bug report with Chrome as well.
I doubt there's anything that can be done about it, but I thought I'd post it here in case someone had some clever bit of CSS/JS hackery that could fix the problem.
--Chad
Works fine in FF 6, IE8, but breaks on Chrome/Safari (probably any Webkit, but only tested it on Mac).
The problem only appears when an individual cell wraps onto multiple lines.
I've filed a bug report with Chrome as well.
I doubt there's anything that can be done about it, but I thought I'd post it here in case someone had some clever bit of CSS/JS hackery that could fix the problem.
--Chad
This discussion has been closed.
Replies
I'm also quite certain that there is no bug in Chrome here. The layout is using two different tables, so the browser is within its right to render them slightly differently.
Allan