Moodle

Skip block links are broken in Internet Explorer

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6, 1.7, 1.8, 1.9
  • Fix Version/s: 1.6.6, 1.7.3, 1.8.3, 1.9
  • Component/s: Accessibility
  • Labels:
    None
  • Environment:
    IE 6/ Windows XP pro
  • Affected Branches:
    MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

Description

Tab through, press enter on a 'Skip block' link (at present a small white rectangle with dotted outline) and the browser seems to go to the next block/course content. However, tab again and you're still at the same link - you haven't skipped at all.

The fix will be in, theme/standard/styles_layout.css - code modified to,

.skip-block-to {
display: block;
height: 1px;
}

(Thanks to Bim Egan's Techshare presentation,
http://www.rnib.org.uk/wacblog/category/articles/too-much-accessibility/)

Issue Links

Activity

Hide
Nick Freear added a comment -

Fixed for HEAD and branches back to 1.6, tagged MERGED (Skip block links were introduced in Moodle 1.6).

Show
Nick Freear added a comment - Fixed for HEAD and branches back to 1.6, tagged MERGED (Skip block links were introduced in Moodle 1.6).
Hide
Nick Freear added a comment -

Original report on Win/IE 6 - they were also broken in Internet Explorer 7, but the fix works for IE7 too.

(Win/Firefox 2 worked and works fine; Opera 9 - can't tab to links without TABINDEX anyway, grrrh!)

Show
Nick Freear added a comment - Original report on Win/IE 6 - they were also broken in Internet Explorer 7, but the fix works for IE7 too. (Win/Firefox 2 worked and works fine; Opera 9 - can't tab to links without TABINDEX anyway, grrrh!)
Hide
Petr Škoda (skodak) added a comment -

regression here, reopening - see attached image

Show
Petr Škoda (skodak) added a comment - regression here, reopening - see attached image
Hide
Petr Škoda (skodak) added a comment -

hehe, my fault - needed to refresh the css
reclosing

Show
Petr Škoda (skodak) added a comment - hehe, my fault - needed to refresh the css reclosing

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: