-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.3, 2.2.1, 2.3
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MDL-31040-master-2 -
When in editing mode, the alt and title text for the image and anchor for the groupmode toggle is inconsistant
The anchor title is "<mode> (Click to change)" whilst the title and alt for the image is simply "<mode>"
with ajax enabled, all are set to the "<mode> (Click to change)" version, but the way in which this is implemented breaks RTL support as it uses something akin to:
<mode> . ' (' . get_string('clicktochange') . ')'
|
in both the JS and PHP
- has a non-specific relationship to
-
MDL-31052 update Course AJAX/javascript to YUI3 and replace section_classes.js
-
- Closed
-