Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Component/s: Accessibility
-
Labels:None
-
Environment:Internet Explorer 6, Windows XP.
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
Description
Following the fix for MDL-6360, Unicode characters such as &► are used to represent left and right arrows.
- These are supported by many fonts: Arial, Helvetica, Times and Courier (Arial first on the list in 'Standard' themes);
- But NOT Verdana, Georgia or 'Trebuchet MS' (first on the list in themes: Cornflower, Chameleon, Orangewhite and all OU).
Attachments
Issue Links
| This issue has been marked as being related by: | ||||
| MDLSITE-68 | Forum "Jump to" left/right arrows diffeerent size |
|
|
|
| MDL-7122 | breadcrumb separator missing |
|
|
|
Fixed in, cvs:/theme/standard/styles_fonts.css - picked up by other themes. Fix is for Win/IE6.
.breadcrumb .sep, .headermenu button,
.calendar-controls .previous, .calendar-controls .next {
font-family:Arial, Helvetica, Courier, sans-serif;
}
We have tested the Unicode characters on these platforms:
TODO, these need fixing:
- Windows XP Pro SP2: IE6, Firefox 1.5.0.6, Opera 8.51 - OK.
- Debian Linux: Firefox 1.5.0.7 and Konqueror - OK.
TODO, these need fixing: