Issue Details (XML | Word | Printable)

Key: MDL-10138
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Nick Freear
Reporter: Nick Freear
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-12298

build_navigation needs hidden "You are here" heading

Created: 15/Jun/07 11:03 PM   Updated: 21/Nov/07 07:54 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.9
Fix Version/s: 1.9

Participants: Nick Freear
Security Level: None
Resolved date: 15/Jun/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
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;
}

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nick Freear 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.
MODIFY lib/moodlelib.php   Rev. 1.904    (+13 -13 lines)
Nick Freear added a comment - 15/Jun/07 11:16 PM
Fixed in HEAD, including white space cleanup.

NOTE: I was also getting a PHP warning about undefined $CFG->hideactivitytypecrumb, but I can't reproduce this now!


Nick Freear 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 ]
Nick Freear made changes - 21/Nov/07 07:54 PM
Issue Type Bug [ 1 ] Sub-task [ 5 ]
Parent MDL-12298 [ 23539 ]