Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.3, 2.2.1, 2.3
-
Component/s: Course, JavaScript, Language
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
Fixed Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-31040-master-2
Description
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
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-31052 update Course AJAX/javascript to YUI3 and replace section_classes.js
-
- Closed
-