Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-13465

multiple choice question text not wrapped in Lesson

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.9
    • 1.8.5, 1.9, 2.0
    • Accessibility, Lesson
    • None
    • MOODLE_18_STABLE, MOODLE_19_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE

    Description

      multiple choice question text not wrapped in Lesson
      see this discussion: http://moodle.org/mod/forum/discuss.php?d=83566
      Bug tested in 1.8 and 1.9, probably exists in 2.0.
      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.

      Attachments

        Activity

          People

            nicolasconnault Nicolas Connault
            rezeau Joseph Rézeau
            Jun Pataleta, Ilya Tregubov, Kevin Percy, Mathew May, Mihail Geshoski, Shamim Rezaie
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              3/Mar/08