Moodle

build_navigation needs hidden "You are here" heading

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9
  • Fix Version/s: 1.9
  • Component/s: Accessibility
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

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;
}

Activity

Hide
Nick Freear added a comment -

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!

Show
Nick Freear added a comment - 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!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: