|
|
| Participants: |
Nick Freear
|
| Security Level: |
None
|
| Resolved date: |
15/Jun/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
That is, the new moodlelib function needs the same level-2 heading as is in lib/weblib.php's print_navigation. The 'accesshide' class means that it is hidden _by default_ from visual browsers, but not from screen readers.
NOTE: theme designers are free to make this heading visible with CSS like:
.breadcrumb .accesshide {
position: static;
top: auto;
}
|
|
Description
|
That is, the new moodlelib function needs the same level-2 heading as is in lib/weblib.php's print_navigation. The 'accesshide' class means that it is hidden _by default_ from visual browsers, but not from screen readers.
NOTE: theme designers are free to make this heading visible with CSS like:
.breadcrumb .accesshide {
position: static;
top: auto;
} |
Show » |
committed 1 file to 'Moodle CVS' - 15/Jun/07 11:15 PM
Fixes bug MDL-10138 build_navigation needs hidden "You are here" heading. Also, white space.
|
|
|
made changes - 15/Jun/07 11:16 PM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
1.9
[ 10190
]
|
made changes - 21/Nov/07 07:54 PM
|
Issue Type
|
Bug
[ 1
]
|
Sub-task
[ 5
]
|
|
Parent
|
|
MDL-12298
[ 23539
]
|
|
NOTE: I was also getting a PHP warning about undefined $CFG->hideactivitytypecrumb, but I can't reproduce this now!