Helen Foster
added a comment - Michael, thanks for testing.
As the fix for this issue was committed on 28 August, it should have been included in last Wednesday's 1.9.5+. Reopening based on your comment.
While the current javascript doesnt break the tooltip set up the changes previously introduced for this issue don't seem to make sense. Changing
var header_cell_region = YAHOO.util.Dom.getRegion(rows[rows.length-1].firstChild);
to
var header_cell_region = YAHOO.util.Dom.getRegion();
just means header_cell_region will always equal false.
Andrew Davis
added a comment - While the current javascript doesnt break the tooltip set up the changes previously introduced for this issue don't seem to make sense. Changing
var header_cell_region = YAHOO.util.Dom.getRegion(rows[rows.length-1].firstChild);
to
var header_cell_region = YAHOO.util.Dom.getRegion();
just means header_cell_region will always equal false.
The bug still appears to be showing when 'Static students column' is ticked.