Closed GoogleCodeExporter closed 8 years ago
Original comment by pagameba
on 30 Apr 2010 at 12:42
Ok, I have come up with what I hope will be a reasonable compromise, I've
modified the CSS selector used in
row.js to also set the height of the content of the cells in the row and
modified the resize plugin to only
recompute row heights when the resize is complete. What this does is limit the
cell height of rows to the current
height, which keeps the row headers lined up with the cells during a resize of
a column that contains text that
wraps. The text overflows but is clipped by overflow hidden, so you lose some
text during resize (if you make it
smaller) but when you complete the resize, it fixes the row height to
accommodate the content of the row.
Fixed in r887
Original comment by pagameba
on 30 Apr 2010 at 12:47
Original issue reported on code.google.com by
pagameba
on 30 Apr 2010 at 12:31