Whoops, just found a little bug: tooltips are displayed incorrectly while in edit mode - tooltips themself are empty, but browser displays its own tooltips with html code of the tooltip.
Vlas Voloshin
added a comment - Whoops, just found a little bug: tooltips are displayed incorrectly while in edit mode - tooltips themself are empty, but browser displays its own tooltips with html code of the tooltip.
I just found that the css from the included yui file (/lib/yui/caontainer/assets/skins/sam/container.css) was stopping the add resource and add activity dropdowns in the course editing view on IE6, so here's a new styles.php with some css to fix it.
Matt Gibson
added a comment - No problem
I just found that the css from the included yui file (/lib/yui/caontainer/assets/skins/sam/container.css) was stopping the add resource and add activity dropdowns in the course editing view on IE6, so here's a new styles.php with some css to fix it.
Small improvement to make the tooltips go away in IE7 when the mouseout event moves over one of the left hand fixed cells. Previously, the tooltip stayed put, blocking view of the cells underneath.
Matt Gibson
added a comment - Small improvement to make the tooltips go away in IE7 when the mouseout event moves over one of the left hand fixed cells. Previously, the tooltip stayed put, blocking view of the cells underneath.
Matt, thanks a lot for all your suggested improvements
As this issue has been marked as resolved, please could you create a separate issue for your latest suggested IE7 improvement. This will ensure it's not missed/forgotten about.
Helen Foster
added a comment - Matt, thanks a lot for all your suggested improvements
As this issue has been marked as resolved, please could you create a separate issue for your latest suggested IE7 improvement. This will ensure it's not missed/forgotten about.
The patch for tooltips worked great - thanks a lot, Matt!