Issue Details (XML | Word | Printable)

Key: MDL-11676
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
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

Skip block links are broken in Internet Explorer

Created: 09/Oct/07 11:47 PM   Updated: 21/Nov/07 07:45 PM
Return to search
Component/s: Accessibility
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

File Attachments: None
Image Attachments:

1. regression.png
(27 kB)
Environment: IE 6/ Windows XP pro
Issue Links:
Blockers
 

URL: http://moodle.org/#sb-1
Participants: Nick Freear and Petr Skoda
Security Level: None
Resolved date: 13/Oct/07
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  « Hide
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/)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nick Freear committed 1 file to 'Moodle CVS' - 09/Oct/07 11:48 PM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6.
MODIFY theme/standard/styles_layout.css   Rev. 1.515    (+2 -1 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 09/Oct/07 11:51 PM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
MODIFY theme/standard/styles_layout.css   Rev. 1.365.2.79    (+2 -1 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 10/Oct/07 12:06 AM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
MODIFY theme/standard/styles_layout.css   Rev. 1.249.2.22    (+3 -2 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 10/Oct/07 12:10 AM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
MODIFY theme/standard/styles_layout.css   Rev. 1.215.6.2    (+3 -2 lines)