Posts made by Joseph Rézeau

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Diagnostic: problem arises because of the <fieldset class="invisiblefieldset"> introduced, I suppose, for accessibility purposes.

Simple fix (for 1.8)

in file mod/lesson/view.php line 532 replace:

echo '<fieldset class="invisiblefieldset">';

with

echo '<fieldset class="invisiblefieldset" style="display: block; text-align:left;">';

Joseph

PS.- text-align:left; needed for MSIE 7, not needed for FireFox. Not tested in other browsers. Please test and report.

Vote for bug MDL-13465

Average of ratings: Useful (1)